Sha256: 79bb4a3c69e4caf9412fbc0de4906c11c1fa7916fbfd8dc28af524f790682895
Contents?: true
Size: 843 Bytes
Versions: 7
Compression:
Stored size: 843 Bytes
Contents
# TalonOne::TemplateLimitConfig ## 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::TemplateLimitConfig.new(action: createCoupon, limit: 1000.0, period: yearly, entities: [Coupon]) ```
Version data entries
7 entries across 7 versions & 1 rubygems