Name | Type | Description | Notes |
---|---|---|---|
MinCostInCents | Pointer to int32 | [optional] | |
MinCost | Pointer to float32 | [optional] | |
MaxCostInCents | Pointer to int32 | [optional] | |
MaxCost | Pointer to float32 | [optional] | |
CurrencyCode | string |
func NewCostRange(currencyCode string, ) *CostRange
NewCostRange instantiates a new CostRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCostRangeWithDefaults() *CostRange
NewCostRangeWithDefaults instantiates a new CostRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CostRange) GetMinCostInCents() int32
GetMinCostInCents returns the MinCostInCents field if non-nil, zero value otherwise.
func (o *CostRange) GetMinCostInCentsOk() (*int32, bool)
GetMinCostInCentsOk returns a tuple with the MinCostInCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CostRange) SetMinCostInCents(v int32)
SetMinCostInCents sets MinCostInCents field to given value.
func (o *CostRange) HasMinCostInCents() bool
HasMinCostInCents returns a boolean if a field has been set.
func (o *CostRange) GetMinCost() float32
GetMinCost returns the MinCost field if non-nil, zero value otherwise.
func (o *CostRange) GetMinCostOk() (*float32, bool)
GetMinCostOk returns a tuple with the MinCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CostRange) SetMinCost(v float32)
SetMinCost sets MinCost field to given value.
func (o *CostRange) HasMinCost() bool
HasMinCost returns a boolean if a field has been set.
func (o *CostRange) GetMaxCostInCents() int32
GetMaxCostInCents returns the MaxCostInCents field if non-nil, zero value otherwise.
func (o *CostRange) GetMaxCostInCentsOk() (*int32, bool)
GetMaxCostInCentsOk returns a tuple with the MaxCostInCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CostRange) SetMaxCostInCents(v int32)
SetMaxCostInCents sets MaxCostInCents field to given value.
func (o *CostRange) HasMaxCostInCents() bool
HasMaxCostInCents returns a boolean if a field has been set.
func (o *CostRange) GetMaxCost() float32
GetMaxCost returns the MaxCost field if non-nil, zero value otherwise.
func (o *CostRange) GetMaxCostOk() (*float32, bool)
GetMaxCostOk returns a tuple with the MaxCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CostRange) SetMaxCost(v float32)
SetMaxCost sets MaxCost field to given value.
func (o *CostRange) HasMaxCost() bool
HasMaxCost returns a boolean if a field has been set.
func (o *CostRange) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.
func (o *CostRange) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CostRange) SetCurrencyCode(v string)
SetCurrencyCode sets CurrencyCode field to given value.