Sha256: 0151216f8c1c81b1d8a7f10b8434406a6678dd690d8b0d0a0bb0a12f4f2a1446
Contents?: true
Size: 574 Bytes
Versions: 7
Compression:
Stored size: 574 Bytes
Contents
# TalonOne::CouponLimitConfigs ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **limits** | [**Array<LimitConfig>**](LimitConfig.md) | Limits configuration for a coupon. These limits will override the limits set from the campaign. **Note:** Only usable when creating a single coupon which is not tied to a specific recipient. Only per-profile limits are allowed to be configured. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CouponLimitConfigs.new(limits: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems