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. |
require 'TalonOne'
instance = TalonOne::NewCampaignStoreBudgetStoreLimit.new(store_id: 17,
limit: 1000.0)