Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 603 Bytes

NewCampaignStoreBudget.md

File metadata and controls

21 lines (14 loc) · 603 Bytes

TalonOne::NewCampaignStoreBudget

Properties

Name Type Description Notes
action String
store_limits Array<NewCampaignStoreBudgetStoreLimit> The set of budget limits for stores linked to the campaign.
period String [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::NewCampaignStoreBudget.new(action: null,
                                 store_limits: null,
                                 period: null)