| Name | Type | Description | Notes |
|---|---|---|---|
| Currency | Pointer to string | [optional] | |
| Balance | Pointer to float32 | [optional] | |
| Pending | Pointer to float32 | [optional] | |
| PendingCount | Pointer to int32 | [optional] | |
| MinBalance | Pointer to float32 | [optional] | |
| LowBalance | Pointer to bool | [optional] | |
| LastDeposit | Pointer to time.Time | [optional] |
func NewApiV1FundsGet200Response() *ApiV1FundsGet200Response
NewApiV1FundsGet200Response instantiates a new ApiV1FundsGet200Response 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 NewApiV1FundsGet200ResponseWithDefaults() *ApiV1FundsGet200Response
NewApiV1FundsGet200ResponseWithDefaults instantiates a new ApiV1FundsGet200Response 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 *ApiV1FundsGet200Response) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) 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 *ApiV1FundsGet200Response) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *ApiV1FundsGet200Response) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetBalance() float32
GetBalance returns the Balance field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetBalanceOk() (*float32, 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.
func (o *ApiV1FundsGet200Response) SetBalance(v float32)
SetBalance sets Balance field to given value.
func (o *ApiV1FundsGet200Response) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetPending() float32
GetPending returns the Pending field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetPendingOk() (*float32, bool)
GetPendingOk returns a tuple with the Pending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FundsGet200Response) SetPending(v float32)
SetPending sets Pending field to given value.
func (o *ApiV1FundsGet200Response) HasPending() bool
HasPending returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetPendingCount() int32
GetPendingCount returns the PendingCount field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetPendingCountOk() (*int32, bool)
GetPendingCountOk returns a tuple with the PendingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FundsGet200Response) SetPendingCount(v int32)
SetPendingCount sets PendingCount field to given value.
func (o *ApiV1FundsGet200Response) HasPendingCount() bool
HasPendingCount returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetMinBalance() float32
GetMinBalance returns the MinBalance field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetMinBalanceOk() (*float32, bool)
GetMinBalanceOk returns a tuple with the MinBalance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FundsGet200Response) SetMinBalance(v float32)
SetMinBalance sets MinBalance field to given value.
func (o *ApiV1FundsGet200Response) HasMinBalance() bool
HasMinBalance returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetLowBalance() bool
GetLowBalance returns the LowBalance field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetLowBalanceOk() (*bool, bool)
GetLowBalanceOk returns a tuple with the LowBalance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FundsGet200Response) SetLowBalance(v bool)
SetLowBalance sets LowBalance field to given value.
func (o *ApiV1FundsGet200Response) HasLowBalance() bool
HasLowBalance returns a boolean if a field has been set.
func (o *ApiV1FundsGet200Response) GetLastDeposit() time.Time
GetLastDeposit returns the LastDeposit field if non-nil, zero value otherwise.
func (o *ApiV1FundsGet200Response) GetLastDepositOk() (*time.Time, bool)
GetLastDepositOk returns a tuple with the LastDeposit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FundsGet200Response) SetLastDeposit(v time.Time)
SetLastDeposit sets LastDeposit field to given value.
func (o *ApiV1FundsGet200Response) HasLastDeposit() bool
HasLastDeposit returns a boolean if a field has been set.