Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 574 Bytes

CouponLimitConfigs.md

File metadata and controls

17 lines (10 loc) · 574 Bytes

TalonOne::CouponLimitConfigs

Properties

Name Type Description Notes
limits Array<LimitConfig> 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

require 'TalonOne'

instance = TalonOne::CouponLimitConfigs.new(limits: null)