Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 843 Bytes

CampaignStoreBudget.md

File metadata and controls

25 lines (18 loc) · 843 Bytes

TalonOne::CampaignStoreBudget

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created DateTime The time this entity was created.
campaign_id Integer The ID of the campaign that owns this entity.
store_id Integer The ID of the store.
limits Array<LimitConfig> The set of budget limits for stores linked to the campaign.

Code Sample

require 'TalonOne'

instance = TalonOne::CampaignStoreBudget.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 campaign_id: 322,
                                 store_id: null,
                                 limits: null)