Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.62 KB

NewCampaignStoreBudget.md

File metadata and controls

91 lines (48 loc) · 2.62 KB

NewCampaignStoreBudget

Properties

Name Type Description Notes
Action Pointer to string
StoreLimits Pointer to []NewCampaignStoreBudgetStoreLimit The set of budget limits for stores linked to the campaign.
Period Pointer to string [optional]

Methods

GetAction

func (o *NewCampaignStoreBudget) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *NewCampaignStoreBudget) GetActionOk() (string, bool)

GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasAction

func (o *NewCampaignStoreBudget) HasAction() bool

HasAction returns a boolean if a field has been set.

SetAction

func (o *NewCampaignStoreBudget) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

GetStoreLimits

func (o *NewCampaignStoreBudget) GetStoreLimits() []NewCampaignStoreBudgetStoreLimit

GetStoreLimits returns the StoreLimits field if non-nil, zero value otherwise.

GetStoreLimitsOk

func (o *NewCampaignStoreBudget) GetStoreLimitsOk() ([]NewCampaignStoreBudgetStoreLimit, bool)

GetStoreLimitsOk returns a tuple with the StoreLimits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasStoreLimits

func (o *NewCampaignStoreBudget) HasStoreLimits() bool

HasStoreLimits returns a boolean if a field has been set.

SetStoreLimits

func (o *NewCampaignStoreBudget) SetStoreLimits(v []NewCampaignStoreBudgetStoreLimit)

SetStoreLimits gets a reference to the given []NewCampaignStoreBudgetStoreLimit and assigns it to the StoreLimits field.

GetPeriod

func (o *NewCampaignStoreBudget) GetPeriod() string

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

func (o *NewCampaignStoreBudget) GetPeriodOk() (string, bool)

GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasPeriod

func (o *NewCampaignStoreBudget) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

SetPeriod

func (o *NewCampaignStoreBudget) SetPeriod(v string)

SetPeriod gets a reference to the given string and assigns it to the Period field.

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