Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.86 KB

NewCampaignStoreBudgetStoreLimit.md

File metadata and controls

65 lines (34 loc) · 1.86 KB

NewCampaignStoreBudgetStoreLimit

Properties

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.

Methods

GetStoreId

func (o *NewCampaignStoreBudgetStoreLimit) GetStoreId() int32

GetStoreId returns the StoreId field if non-nil, zero value otherwise.

GetStoreIdOk

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.

HasStoreId

func (o *NewCampaignStoreBudgetStoreLimit) HasStoreId() bool

HasStoreId returns a boolean if a field has been set.

SetStoreId

func (o *NewCampaignStoreBudgetStoreLimit) SetStoreId(v int32)

SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.

GetLimit

func (o *NewCampaignStoreBudgetStoreLimit) GetLimit() float32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

HasLimit

func (o *NewCampaignStoreBudgetStoreLimit) HasLimit() bool

HasLimit returns a boolean if a field has been set.

SetLimit

func (o *NewCampaignStoreBudgetStoreLimit) SetLimit(v float32)

SetLimit gets a reference to the given float32 and assigns it to the Limit field.

[Back to Model list] [Back to API list] [Back to README]