BalanceResponse

Properties

Name
Type
Description
Notes

Balance

string

Methods

NewBalanceResponse

func NewBalanceResponse(balance string, ) *BalanceResponse

NewBalanceResponse instantiates a new BalanceResponse 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

NewBalanceResponseWithDefaults

func NewBalanceResponseWithDefaults() *BalanceResponse

NewBalanceResponseWithDefaults instantiates a new BalanceResponse 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

GetBalance

func (o *BalanceResponse) GetBalance() string

GetBalance returns the Balance field if non-nil, zero value otherwise.

GetBalanceOk

func (o *BalanceResponse) GetBalanceOk() (*string, bool)

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

SetBalance

func (o *BalanceResponse) SetBalance(v string)

SetBalance sets Balance field to given value.

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