Name | Type | Description | Notes |
---|---|---|---|
StoreId | Pointer to int32 | The ID of the store. You can get this ID with the List stores endpoint. | |
Limit | Pointer to float32 | The value to set for the limit. |
func (o *NewCampaignStoreBudgetStoreLimit) GetStoreId() int32
GetStoreId returns the StoreId field if non-nil, zero value otherwise.
func (o *NewCampaignStoreBudgetStoreLimit) GetStoreIdOk() (int32, bool)
GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignStoreBudgetStoreLimit) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (o *NewCampaignStoreBudgetStoreLimit) SetStoreId(v int32)
SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.
func (o *NewCampaignStoreBudgetStoreLimit) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *NewCampaignStoreBudgetStoreLimit) GetLimitOk() (float32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignStoreBudgetStoreLimit) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *NewCampaignStoreBudgetStoreLimit) SetLimit(v float32)
SetLimit gets a reference to the given float32 and assigns it to the Limit field.