Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.88 KB

File metadata and controls

108 lines (59 loc) · 3.88 KB

ManageReinstallResponseErrorInsufficientFundsError

Properties

Name Type Description Notes
CurrentBalance Pointer to float64 [optional]
NeededBalance Pointer to float64 [optional]
ChargeOnAdd Pointer to bool [optional]

Methods

NewManageReinstallResponseErrorInsufficientFundsError

func NewManageReinstallResponseErrorInsufficientFundsError() *ManageReinstallResponseErrorInsufficientFundsError

NewManageReinstallResponseErrorInsufficientFundsError instantiates a new ManageReinstallResponseErrorInsufficientFundsError 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

NewManageReinstallResponseErrorInsufficientFundsErrorWithDefaults

func NewManageReinstallResponseErrorInsufficientFundsErrorWithDefaults() *ManageReinstallResponseErrorInsufficientFundsError

NewManageReinstallResponseErrorInsufficientFundsErrorWithDefaults instantiates a new ManageReinstallResponseErrorInsufficientFundsError 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

GetCurrentBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetCurrentBalance() float64

GetCurrentBalance returns the CurrentBalance field if non-nil, zero value otherwise.

GetCurrentBalanceOk

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetCurrentBalanceOk() (*float64, bool)

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

SetCurrentBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) SetCurrentBalance(v float64)

SetCurrentBalance sets CurrentBalance field to given value.

HasCurrentBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) HasCurrentBalance() bool

HasCurrentBalance returns a boolean if a field has been set.

GetNeededBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetNeededBalance() float64

GetNeededBalance returns the NeededBalance field if non-nil, zero value otherwise.

GetNeededBalanceOk

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetNeededBalanceOk() (*float64, bool)

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

SetNeededBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) SetNeededBalance(v float64)

SetNeededBalance sets NeededBalance field to given value.

HasNeededBalance

func (o *ManageReinstallResponseErrorInsufficientFundsError) HasNeededBalance() bool

HasNeededBalance returns a boolean if a field has been set.

GetChargeOnAdd

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetChargeOnAdd() bool

GetChargeOnAdd returns the ChargeOnAdd field if non-nil, zero value otherwise.

GetChargeOnAddOk

func (o *ManageReinstallResponseErrorInsufficientFundsError) GetChargeOnAddOk() (*bool, bool)

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

SetChargeOnAdd

func (o *ManageReinstallResponseErrorInsufficientFundsError) SetChargeOnAdd(v bool)

SetChargeOnAdd sets ChargeOnAdd field to given value.

HasChargeOnAdd

func (o *ManageReinstallResponseErrorInsufficientFundsError) HasChargeOnAdd() bool

HasChargeOnAdd returns a boolean if a field has been set.

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