Sha256: 708a2cc6c12f65215607ffa596ab471e3661517b1a4f9eb07df51508eeeadb71
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 Bytes
Contents
# TalonOne::ReferralConstraints ## 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] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ReferralConstraints.new(start_date: null, expiry_date: null, usage_limit: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/ReferralConstraints.md |