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

Version Path
talon_one-7.0.0 docs/CouponLimitConfigs.md
talon_one-6.0.0 docs/CouponLimitConfigs.md
talon_one-5.0.0 docs/CouponLimitConfigs.md
talon_one-3.0.2 docs/CouponLimitConfigs.md
talon_one-3.0.1 docs/CouponLimitConfigs.md
talon_one-3.0.0 docs/CouponLimitConfigs.md
talon_one-2.5.1 docs/CouponLimitConfigs.md