| Name | Type | Description | Notes |
|---|---|---|---|
| CurrentBalance | Pointer to float64 | [optional] | |
| NeededBalance | Pointer to float64 | [optional] | |
| ChargeOnAdd | Pointer to bool | [optional] |
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
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
func (o *ManageReinstallResponseErrorInsufficientFundsError) GetCurrentBalance() float64
GetCurrentBalance returns the CurrentBalance field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorInsufficientFundsError) SetCurrentBalance(v float64)
SetCurrentBalance sets CurrentBalance field to given value.
func (o *ManageReinstallResponseErrorInsufficientFundsError) HasCurrentBalance() bool
HasCurrentBalance returns a boolean if a field has been set.
func (o *ManageReinstallResponseErrorInsufficientFundsError) GetNeededBalance() float64
GetNeededBalance returns the NeededBalance field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorInsufficientFundsError) SetNeededBalance(v float64)
SetNeededBalance sets NeededBalance field to given value.
func (o *ManageReinstallResponseErrorInsufficientFundsError) HasNeededBalance() bool
HasNeededBalance returns a boolean if a field has been set.
func (o *ManageReinstallResponseErrorInsufficientFundsError) GetChargeOnAdd() bool
GetChargeOnAdd returns the ChargeOnAdd field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorInsufficientFundsError) SetChargeOnAdd(v bool)
SetChargeOnAdd sets ChargeOnAdd field to given value.
func (o *ManageReinstallResponseErrorInsufficientFundsError) HasChargeOnAdd() bool
HasChargeOnAdd returns a boolean if a field has been set.