Sha256: 9e153ce5a1d0d0f33f1528f5f94cdf94fbd0dadd842480ecc46792e12efb6f17
Contents?: true
Size: 808 Bytes
Versions: 4
Compression:
Stored size: 808 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** | Expiration 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. `0` means no limit but any campaign usage limits will still apply. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ReferralConstraints.new(start_date: 2020-11-10T23:00Z, expiry_date: 2021-11-10T23:00Z, usage_limit: 1) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-5.0.0 | docs/ReferralConstraints.md |
talon_one-3.0.2 | docs/ReferralConstraints.md |
talon_one-3.0.1 | docs/ReferralConstraints.md |
talon_one-3.0.0 | docs/ReferralConstraints.md |