Name | Type | Description | Notes |
---|---|---|---|
TotalCredits | float64 | Numerical value of the amount of credits | |
Breakdown | Pointer to CreditsBreakdown | [optional] |
func NewTotalCredits(totalCredits float64, ) *TotalCredits
NewTotalCredits instantiates a new TotalCredits 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 NewTotalCreditsWithDefaults() *TotalCredits
NewTotalCreditsWithDefaults instantiates a new TotalCredits 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 *TotalCredits) GetTotalCredits() float64
GetTotalCredits returns the TotalCredits field if non-nil, zero value otherwise.
func (o *TotalCredits) GetTotalCreditsOk() (*float64, bool)
GetTotalCreditsOk returns a tuple with the TotalCredits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TotalCredits) SetTotalCredits(v float64)
SetTotalCredits sets TotalCredits field to given value.
func (o *TotalCredits) GetBreakdown() CreditsBreakdown
GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.
func (o *TotalCredits) GetBreakdownOk() (*CreditsBreakdown, bool)
GetBreakdownOk returns a tuple with the Breakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TotalCredits) SetBreakdown(v CreditsBreakdown)
SetBreakdown sets Breakdown field to given value.
func (o *TotalCredits) HasBreakdown() bool
HasBreakdown returns a boolean if a field has been set.