Sha256: 9ff6b67087bb1d1d67ee64a94d4f949c9cf3a32ca032c4f20230621d0d34b81c
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# TalonOne::UpdateCouponBatch ## 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] **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] **batch_id** | **String** | The id of the batch the coupon belongs to. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateCouponBatch.new(usage_limit: null, start_date: null, expiry_date: null, attributes: null, batch_id: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.0.0 | docs/UpdateCouponBatch.md |