Name | Type | Description | Notes |
---|---|---|---|
StartDate | DateTime | Timestamp at which point the referral code becomes valid. | [optional] |
ExpiryDate | DateTime | Expiration date of the referral code. Referral never expires if this is omitted. | [optional] |
UsageLimit | int | The number of times a referral code can be used. `0` means no limit but any campaign usage limits will still apply. | |
CampaignId | int | The ID of the campaign from which the referral received the referral code. | |
AdvocateProfileIntegrationIds | List<string> | An array containing all the respective advocate profiles. | |
Attributes | Object | Arbitrary properties associated with this referral code. | [optional] |
ValidCharacters | List<string> | List of characters used to generate the random parts of a code. By default, the list of characters is equivalent to the `[A-Z, 0-9]` regular expression. | [optional] |
ReferralPattern | string | The pattern used to generate referrals. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set. | [optional] |