FtBalance
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Balance | string | ||
| TotalSent | string | ||
| TotalReceived | string |
Methods
NewFtBalance
func NewFtBalance(balance string, totalSent string, totalReceived string, ) *FtBalance
NewFtBalance instantiates a new FtBalance 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
NewFtBalanceWithDefaults
func NewFtBalanceWithDefaults() *FtBalance
NewFtBalanceWithDefaults instantiates a new FtBalance 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 *FtBalance) GetBalance() string
GetBalance returns the Balance field if non-nil, zero value otherwise.
GetBalanceOk
func (o *FtBalance) 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 *FtBalance) SetBalance(v string)
SetBalance sets Balance field to given value.
GetTotalSent
func (o *FtBalance) GetTotalSent() string
GetTotalSent returns the TotalSent field if non-nil, zero value otherwise.
GetTotalSentOk
func (o *FtBalance) GetTotalSentOk() (*string, bool)
GetTotalSentOk returns a tuple with the TotalSent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalSent
func (o *FtBalance) SetTotalSent(v string)
SetTotalSent sets TotalSent field to given value.
GetTotalReceived
func (o *FtBalance) GetTotalReceived() string
GetTotalReceived returns the TotalReceived field if non-nil, zero value otherwise.
GetTotalReceivedOk
func (o *FtBalance) GetTotalReceivedOk() (*string, bool)
GetTotalReceivedOk returns a tuple with the TotalReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalReceived
func (o *FtBalance) SetTotalReceived(v string)
SetTotalReceived sets TotalReceived field to given value.