Sha256: 7003da569b319c9e7ade747e50675c561bcbf830e2daf6f701437ff9d4f8fdec
Contents?: true
Size: 843 Bytes
Versions: 2
Compression:
Stored size: 843 Bytes
Contents
# 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>**](LimitConfig.md) | The set of budget limits for stores linked to the campaign. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignStoreBudget.new(id: 6, created: 2020-06-10T09:05:27.993483Z, campaign_id: 322, store_id: null, limits: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignStoreBudget.md |
talon_one-6.0.0 | docs/CampaignStoreBudget.md |