Sha256: ff85660fa5cc2f3525a72caaa44c23c18801ede7c6a2f5c88a817bf7ac3c49d0
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
# TalonOne::CampaignTemplateCouponReservationSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reservation_limit** | **Integer** | The number of reservations that can be made with this coupon code. | [optional] **is_reservation_mandatory** | **Boolean** | An indication of whether the code can be redeemed only if it has been reserved first. | [optional] [default to false] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignTemplateCouponReservationSettings.new(reservation_limit: 45, is_reservation_mandatory: false) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignTemplateCouponReservationSettings.md |