# 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) ```