Name | Type | Description | Notes |
---|---|---|---|
Currency | Pointer to string | [optional] | |
Delegated | Pointer to string | [optional] | |
Spendable | Pointer to string | [optional] | |
Unbonding | Pointer to string | [optional] |
func NewResponsesBalance() *ResponsesBalance
NewResponsesBalance instantiates a new ResponsesBalance 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 NewResponsesBalanceWithDefaults() *ResponsesBalance
NewResponsesBalanceWithDefaults instantiates a new ResponsesBalance 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 *ResponsesBalance) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *ResponsesBalance) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBalance) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *ResponsesBalance) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *ResponsesBalance) GetDelegated() string
GetDelegated returns the Delegated field if non-nil, zero value otherwise.
func (o *ResponsesBalance) GetDelegatedOk() (*string, bool)
GetDelegatedOk returns a tuple with the Delegated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBalance) SetDelegated(v string)
SetDelegated sets Delegated field to given value.
func (o *ResponsesBalance) HasDelegated() bool
HasDelegated returns a boolean if a field has been set.
func (o *ResponsesBalance) GetSpendable() string
GetSpendable returns the Spendable field if non-nil, zero value otherwise.
func (o *ResponsesBalance) GetSpendableOk() (*string, bool)
GetSpendableOk returns a tuple with the Spendable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBalance) SetSpendable(v string)
SetSpendable sets Spendable field to given value.
func (o *ResponsesBalance) HasSpendable() bool
HasSpendable returns a boolean if a field has been set.
func (o *ResponsesBalance) GetUnbonding() string
GetUnbonding returns the Unbonding field if non-nil, zero value otherwise.
func (o *ResponsesBalance) GetUnbondingOk() (*string, bool)
GetUnbondingOk returns a tuple with the Unbonding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBalance) SetUnbonding(v string)
SetUnbonding sets Unbonding field to given value.
func (o *ResponsesBalance) HasUnbonding() bool
HasUnbonding returns a boolean if a field has been set.