Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. public enum OnlineFormMergeFieldNames : byte
  2. {
  3. Prefix,
  4. FullName,
  5. FirstName,
  6. MiddleName,
  7. LastName,
  8. Suffix,
  9. StreetAddress,
  10. AddressLine1, //as a redundancy
  11. City,
  12. StateProvince,
  13. PostalCode,
  14. Country,
  15. HomePhone,
  16. MobilePhone,
  17. WorkPhone,
  18. EmailAddress,
  19. AdvocacyTargetFullName,
  20. Employer,
  21. Occupation,
  22. AdditionalInformation,
  23. ContributionAmount,
  24. ContributionDateTime,
  25. ContributionType,
  26. PaymentConfirmationId,
  27. CreditCardLast4,
  28. CreditCardType,
  29. AccountType,
  30. AccountNumber,
  31. //Ticketed Events
  32. EventName,
  33. EventStartDate,
  34. EventStartTime,
  35. EventEndDate,
  36. EventEndTime,
  37. EventLocationName,
  38. EventStreet,
  39. EventCity,
  40. EventState,
  41. EventZip,
  42. SecureToken,
  43. EventTickets,
  44. AdditionalContributionAmount,
  45. //Tribute Gifts & Gift Memberships
  46. TributeType,
  47. HonoreeName,
  48. RecipientFirstName,
  49. RecipientFullName,
  50. RecipientStreetAddress,
  51. RecipientCity,
  52. RecipientStateProvince,
  53. RecipientPostalCode,
  54. RecipientCountry,
  55. RecipientEmailAddress,
  56. RecipientMessage,
  57. DonorFullName, //alias of FullName
  58. DonorFirstName, //alias of FirstName
  59. DonorEmailAddress, //alias of EmailAddress
  60. AddressLine2,
  61. AdvocacyTargets, //Only available for Advocacy confirmation emails
  62. PeerToPeerUrl, // This is now the same as FundraiserEditPageUrl
  63. FundraiserSignupUrl,
  64. FundraiserPrefix,
  65. FundraiserFullName,
  66. FundraiserFirstName,
  67. FundraiserLastName,
  68. FundraiserSuffix,
  69. FundraisingPageUrl,
  70. FundraiserEditPageUrl,
  71. FundraiserGoalAmount,
  72. FundraiserContributionCount,
  73. FundraiserRaisedAmount,
  74. PeerToPeerReauthenticationUrl,
  75. PremiumName,
  76. PremiumImageUrl,
  77. PremiumImage,
  78. PremiumDescription,
  79. ShippingFirstName,
  80. ShippingLastName,
  81. ShippingStreetAddress,
  82. ShippingCountry,
  83. ShippingCity,
  84. ShippingStateProvince,
  85. ShippingPostalCode,
  86. FormUrl,
  87. ReferrerTrackingId,
  88. DateOfBirth,
  89. Pronoun,
  90. Race,
  91. Genders,
  92. EmbedForm,
  93. FormTitle,
  94. MainImage,
  95. OpenGraphTitle,
  96. OpenGraphImage,
  97. OpenGraphDescription,
  98. GoogleAnalyticsId,
  99. CustomCss,
  100. Designation,
  101. CommitteeId,
  102. CommitteeShortName,
  103. CommitteeFullName,
  104. RecurringContribution,
  105. RecurringFrequency,
  106. RecurringEndDate
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement