Sha256: 27543822b8254744023d0f5d556c79b650693bb089e6d2c1a75202c69f328d94
Contents?: true
Size: 720 Bytes
Versions: 3
Compression:
Stored size: 720 Bytes
Contents
# TalonOne::CampaignBudget ## 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. | **counter** | **Float** | The number of occurrences of the limited action in the context of the campaign. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignBudget.new(action: createCoupon, limit: 1000.0, counter: 42.0) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignBudget.md |
talon_one-6.0.0 | docs/CampaignBudget.md |
talon_one-5.0.0 | docs/CampaignBudget.md |