Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to int32 | [optional] | |
Data | Pointer to InternalWebControllersMerchantApiv1BalanceBalance | [optional] | |
Message | Pointer to string | [optional] | |
Meta | Pointer to InternalWebControllersMerchantApiv1BalanceStandardMeta | [optional] | |
Status | Pointer to string | [optional] |
func NewInternalWebControllersMerchantApiv1BalanceStandardResponse() *InternalWebControllersMerchantApiv1BalanceStandardResponse
NewInternalWebControllersMerchantApiv1BalanceStandardResponse instantiates a new InternalWebControllersMerchantApiv1BalanceStandardResponse 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 NewInternalWebControllersMerchantApiv1BalanceStandardResponseWithDefaults() *InternalWebControllersMerchantApiv1BalanceStandardResponse
NewInternalWebControllersMerchantApiv1BalanceStandardResponseWithDefaults instantiates a new InternalWebControllersMerchantApiv1BalanceStandardResponse 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 *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) SetCode(v int32)
SetCode sets Code field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetData() InternalWebControllersMerchantApiv1BalanceBalance
GetData returns the Data field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetDataOk() (*InternalWebControllersMerchantApiv1BalanceBalance, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) SetData(v InternalWebControllersMerchantApiv1BalanceBalance)
SetData sets Data field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetMeta() InternalWebControllersMerchantApiv1BalanceStandardMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetMetaOk() (*InternalWebControllersMerchantApiv1BalanceStandardMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) SetMeta(v InternalWebControllersMerchantApiv1BalanceStandardMeta)
SetMeta sets Meta field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.