Name | Type | Description | Notes |
---|---|---|---|
action | String | ||
store_limits | Array<NewCampaignStoreBudgetStoreLimit> | The set of budget limits for stores linked to the campaign. | |
period | String | [optional] |
require 'TalonOne'
instance = TalonOne::NewCampaignStoreBudget.new(action: null,
store_limits: null,
period: null)