Sha256: ea91b4c24fe03696c44adee71e7c367db56bd65d55b30c942756322fd42a909b
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
# TalonOne::NewCampaignStoreBudgetStoreLimit ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **Integer** | The ID of the store. You can get this ID with the [List stores](#tag/Stores/operation/listStores) endpoint. | **limit** | **Float** | The value to set for the limit. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewCampaignStoreBudgetStoreLimit.new(store_id: 17, limit: 1000.0) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewCampaignStoreBudgetStoreLimit.md |