Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.58 KB

ResponsesBalance.md

File metadata and controls

134 lines (73 loc) · 3.58 KB

ResponsesBalance

Properties

Name Type Description Notes
Currency Pointer to string [optional]
Delegated Pointer to string [optional]
Spendable Pointer to string [optional]
Unbonding Pointer to string [optional]

Methods

NewResponsesBalance

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

NewResponsesBalanceWithDefaults

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

GetCurrency

func (o *ResponsesBalance) GetCurrency() string

GetCurrency returns the Currency field if non-nil, zero value otherwise.

GetCurrencyOk

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.

SetCurrency

func (o *ResponsesBalance) SetCurrency(v string)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *ResponsesBalance) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

GetDelegated

func (o *ResponsesBalance) GetDelegated() string

GetDelegated returns the Delegated field if non-nil, zero value otherwise.

GetDelegatedOk

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.

SetDelegated

func (o *ResponsesBalance) SetDelegated(v string)

SetDelegated sets Delegated field to given value.

HasDelegated

func (o *ResponsesBalance) HasDelegated() bool

HasDelegated returns a boolean if a field has been set.

GetSpendable

func (o *ResponsesBalance) GetSpendable() string

GetSpendable returns the Spendable field if non-nil, zero value otherwise.

GetSpendableOk

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.

SetSpendable

func (o *ResponsesBalance) SetSpendable(v string)

SetSpendable sets Spendable field to given value.

HasSpendable

func (o *ResponsesBalance) HasSpendable() bool

HasSpendable returns a boolean if a field has been set.

GetUnbonding

func (o *ResponsesBalance) GetUnbonding() string

GetUnbonding returns the Unbonding field if non-nil, zero value otherwise.

GetUnbondingOk

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.

SetUnbonding

func (o *ResponsesBalance) SetUnbonding(v string)

SetUnbonding sets Unbonding field to given value.

HasUnbonding

func (o *ResponsesBalance) HasUnbonding() bool

HasUnbonding returns a boolean if a field has been set.

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