Sha256: 04e3587f3df0e92927c07d13f342ba63c07ea2e3a6fe457c5b1b92e23654bb7f
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# TalonOne::UpdateCoupon ## 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] **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] **recipient_integration_id** | **String** | The integration ID for this coupon's beneficiary's profile | [optional] **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateCoupon.new(usage_limit: null, start_date: null, expiry_date: null, recipient_integration_id: null, attributes: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.0.0 | docs/UpdateCoupon.md |