Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | The limitable action to which this limit applies. For example: - `setDiscount` - `setDiscountEffect` - `redeemCoupon` - `createCoupon` | |
Limit | Pointer to float32 | The value to set for the limit. | |
Period | Pointer to string | The period on which the budget limit recurs. | [optional] |
Entities | Pointer to []string | The entity that this limit applies to. |
func (o *LimitConfig) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *LimitConfig) 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.
func (o *LimitConfig) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *LimitConfig) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (o *LimitConfig) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *LimitConfig) 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 *LimitConfig) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *LimitConfig) SetLimit(v float32)
SetLimit gets a reference to the given float32 and assigns it to the Limit field.
func (o *LimitConfig) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *LimitConfig) 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.
func (o *LimitConfig) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *LimitConfig) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.
func (o *LimitConfig) GetEntities() []string
GetEntities returns the Entities field if non-nil, zero value otherwise.
func (o *LimitConfig) GetEntitiesOk() ([]string, bool)
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitConfig) HasEntities() bool
HasEntities returns a boolean if a field has been set.
func (o *LimitConfig) SetEntities(v []string)
SetEntities gets a reference to the given []string and assigns it to the Entities field.