Sha256: 7293cc6970205e4c46c9c7dab2b8235e6d02cac5be87b9b251b14e65635621b4
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# TalonOne::NewReferral ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **start_date** | **DateTime** | Timestamp at which point the referral code becomes valid. | [optional] **expiry_date** | **DateTime** | Expiry date of the referral code. Referral never expires if this is omitted, zero, or negative. | [optional] **usage_limit** | **Integer** | The number of times a referral code can be used. This can be set to 0 for no limit, but any campaign usage limits will still apply. | [optional] **campaign_id** | **Integer** | ID of the campaign from which the referral received the referral code. | **advocate_profile_integration_id** | **String** | The Integration ID of the Advocate's Profile. | **friend_profile_integration_id** | **String** | An optional Integration ID of the Friend's Profile | [optional] **attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewReferral.new(start_date: null, expiry_date: null, usage_limit: null, campaign_id: null, advocate_profile_integration_id: null, friend_profile_integration_id: null, attributes: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/NewReferral.md |