Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 527 Bytes

NewCampaignStoreBudgetStoreLimit.md

File metadata and controls

19 lines (12 loc) · 527 Bytes

TalonOne::NewCampaignStoreBudgetStoreLimit

Properties

Name Type Description Notes
store_id Integer The ID of the store. You can get this ID with the List stores endpoint.
limit Float The value to set for the limit.

Code Sample

require 'TalonOne'

instance = TalonOne::NewCampaignStoreBudgetStoreLimit.new(store_id: 17,
                                 limit: 1000.0)