Sha256: cb81412433d08c22c5d9a68beb62abe1193ec7b2875c62418a1f713c61fca5d6
Contents?: true
Size: 937 Bytes
Versions: 5
Compression:
Stored size: 937 Bytes
Contents
# TalonOne::CouponConstraints ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **usage_limit** | **Integer** | The number of times a coupon code can be redeemed. This can be set to 0 for no limit, but any campaign usage limits will still apply. | [optional] **discount_limit** | **Float** | The amount of discounts that can be given with this coupon code. | [optional] **start_date** | **DateTime** | Timestamp at which point the coupon becomes valid. | [optional] **expiry_date** | **DateTime** | Expiry date of the coupon. Coupon never expires if this is omitted, zero, or negative. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CouponConstraints.new(usage_limit: null, discount_limit: null, start_date: null, expiry_date: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems