Sha256: 3c4de1d3e2f93602b89cd0c972facec8fa8145b6dea7cf6c6337c82b840c69d0

Contents?: true

Size: 827 Bytes

Versions: 7

Compression:

Stored size: 827 Bytes

Contents

# TalonOne::LimitConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | The limitable action to which this limit applies. For example: - `setDiscount` - `setDiscountEffect` - `redeemCoupon` - `createCoupon`  | 
**limit** | **Float** | The value to set for the limit. | 
**period** | **String** | The period on which the budget limit recurs. | [optional] 
**entities** | **Array<String>** | The entity that this limit applies to. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LimitConfig.new(action: createCoupon,
                                 limit: 1000.0,
                                 period: yearly,
                                 entities: [Coupon])
```


Version data entries

7 entries across 7 versions & 1 rubygems

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