Name | Type | Description | Notes |
---|---|---|---|
CreditLimit | Pointer to float32 | [optional] | |
Credits | Pointer to float32 | [optional] | |
CreditsBonus | Pointer to float32 | [optional] |
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
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
func (o *ProjectBilling) GetCreditLimit() float32
GetCreditLimit returns the CreditLimit field if non-nil, zero value otherwise.
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.
func (o *ProjectBilling) SetCreditLimit(v float32)
SetCreditLimit sets CreditLimit field to given value.
func (o *ProjectBilling) HasCreditLimit() bool
HasCreditLimit returns a boolean if a field has been set.
func (o *ProjectBilling) GetCredits() float32
GetCredits returns the Credits field if non-nil, zero value otherwise.
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.
func (o *ProjectBilling) SetCredits(v float32)
SetCredits sets Credits field to given value.
func (o *ProjectBilling) HasCredits() bool
HasCredits returns a boolean if a field has been set.
func (o *ProjectBilling) GetCreditsBonus() float32
GetCreditsBonus returns the CreditsBonus field if non-nil, zero value otherwise.
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.
func (o *ProjectBilling) SetCreditsBonus(v float32)
SetCreditsBonus sets CreditsBonus field to given value.
func (o *ProjectBilling) HasCreditsBonus() bool
HasCreditsBonus returns a boolean if a field has been set.