Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
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 | ID of the campaign from which the referral received the referral code. | |
AdvocateProfileIntegrationId | string | The Integration ID of the Advocate's Profile. | |
FriendProfileIntegrationId | string | An optional Integration ID of the Friend's Profile. | [optional] |
Attributes | Object | Arbitrary properties associated with this item. | [optional] |
ImportId | int | The ID of the Import which created this referral. | [optional] |
Code | string | The referral code. | |
UsageCounter | int | The number of times this referral code has been successfully used. | |
BatchId | string | The ID of the batch the referrals belong to. | [optional] |
ReferredCustomers | List<string> | An array of referred customers. |