Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.95 KB

BudgetThreshold.md

File metadata and controls

108 lines (59 loc) · 2.95 KB

BudgetThreshold

Properties

Name Type Description Notes
TotalInCents Pointer to int32 [optional]
Total Pointer to float32 [optional]
CurrencyCode Pointer to string [optional]

Methods

NewBudgetThreshold

func NewBudgetThreshold() *BudgetThreshold

NewBudgetThreshold instantiates a new BudgetThreshold 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

NewBudgetThresholdWithDefaults

func NewBudgetThresholdWithDefaults() *BudgetThreshold

NewBudgetThresholdWithDefaults instantiates a new BudgetThreshold 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

GetTotalInCents

func (o *BudgetThreshold) GetTotalInCents() int32

GetTotalInCents returns the TotalInCents field if non-nil, zero value otherwise.

GetTotalInCentsOk

func (o *BudgetThreshold) GetTotalInCentsOk() (*int32, bool)

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

SetTotalInCents

func (o *BudgetThreshold) SetTotalInCents(v int32)

SetTotalInCents sets TotalInCents field to given value.

HasTotalInCents

func (o *BudgetThreshold) HasTotalInCents() bool

HasTotalInCents returns a boolean if a field has been set.

GetTotal

func (o *BudgetThreshold) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *BudgetThreshold) GetTotalOk() (*float32, bool)

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

SetTotal

func (o *BudgetThreshold) SetTotal(v float32)

SetTotal sets Total field to given value.

HasTotal

func (o *BudgetThreshold) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetCurrencyCode

func (o *BudgetThreshold) GetCurrencyCode() string

GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.

GetCurrencyCodeOk

func (o *BudgetThreshold) 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.

SetCurrencyCode

func (o *BudgetThreshold) SetCurrencyCode(v string)

SetCurrencyCode sets CurrencyCode field to given value.

HasCurrencyCode

func (o *BudgetThreshold) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

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