Name | Type | Description | Notes |
---|---|---|---|
ProcessingTime | Pointer to string | [optional] | |
VersionApi | Pointer to string | [optional] |
func NewInternalWebControllersMerchantApiv1BalanceStandardMeta() *InternalWebControllersMerchantApiv1BalanceStandardMeta
NewInternalWebControllersMerchantApiv1BalanceStandardMeta instantiates a new InternalWebControllersMerchantApiv1BalanceStandardMeta 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 NewInternalWebControllersMerchantApiv1BalanceStandardMetaWithDefaults() *InternalWebControllersMerchantApiv1BalanceStandardMeta
NewInternalWebControllersMerchantApiv1BalanceStandardMetaWithDefaults instantiates a new InternalWebControllersMerchantApiv1BalanceStandardMeta 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 *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetProcessingTime() string
GetProcessingTime returns the ProcessingTime field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetProcessingTimeOk() (*string, bool)
GetProcessingTimeOk returns a tuple with the ProcessingTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) SetProcessingTime(v string)
SetProcessingTime sets ProcessingTime field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) HasProcessingTime() bool
HasProcessingTime returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetVersionApi() string
GetVersionApi returns the VersionApi field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetVersionApiOk() (*string, bool)
GetVersionApiOk returns a tuple with the VersionApi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) SetVersionApi(v string)
SetVersionApi sets VersionApi field to given value.
func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) HasVersionApi() bool
HasVersionApi returns a boolean if a field has been set.