Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.95 KB

ProjectBilling.md

File metadata and controls

108 lines (59 loc) · 2.95 KB

ProjectBilling

Properties

Name Type Description Notes
CreditLimit Pointer to float32 [optional]
Credits Pointer to float32 [optional]
CreditsBonus Pointer to float32 [optional]

Methods

NewProjectBilling

func NewProjectBilling() *ProjectBilling

NewProjectBilling instantiates a new ProjectBilling 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

NewProjectBillingWithDefaults

func NewProjectBillingWithDefaults() *ProjectBilling

NewProjectBillingWithDefaults instantiates a new ProjectBilling 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

GetCreditLimit

func (o *ProjectBilling) GetCreditLimit() float32

GetCreditLimit returns the CreditLimit field if non-nil, zero value otherwise.

GetCreditLimitOk

func (o *ProjectBilling) GetCreditLimitOk() (*float32, bool)

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

SetCreditLimit

func (o *ProjectBilling) SetCreditLimit(v float32)

SetCreditLimit sets CreditLimit field to given value.

HasCreditLimit

func (o *ProjectBilling) HasCreditLimit() bool

HasCreditLimit returns a boolean if a field has been set.

GetCredits

func (o *ProjectBilling) GetCredits() float32

GetCredits returns the Credits field if non-nil, zero value otherwise.

GetCreditsOk

func (o *ProjectBilling) GetCreditsOk() (*float32, bool)

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

SetCredits

func (o *ProjectBilling) SetCredits(v float32)

SetCredits sets Credits field to given value.

HasCredits

func (o *ProjectBilling) HasCredits() bool

HasCredits returns a boolean if a field has been set.

GetCreditsBonus

func (o *ProjectBilling) GetCreditsBonus() float32

GetCreditsBonus returns the CreditsBonus field if non-nil, zero value otherwise.

GetCreditsBonusOk

func (o *ProjectBilling) GetCreditsBonusOk() (*float32, bool)

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

SetCreditsBonus

func (o *ProjectBilling) SetCreditsBonus(v float32)

SetCreditsBonus sets CreditsBonus field to given value.

HasCreditsBonus

func (o *ProjectBilling) HasCreditsBonus() bool

HasCreditsBonus returns a boolean if a field has been set.

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