Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

InternalWebControllersMerchantApiv1BalanceStandardMeta.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

InternalWebControllersMerchantApiv1BalanceStandardMeta

Properties

Name Type Description Notes
ProcessingTime Pointer to string [optional]
VersionApi Pointer to string [optional]

Methods

NewInternalWebControllersMerchantApiv1BalanceStandardMeta

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

NewInternalWebControllersMerchantApiv1BalanceStandardMetaWithDefaults

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

GetProcessingTime

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetProcessingTime() string

GetProcessingTime returns the ProcessingTime field if non-nil, zero value otherwise.

GetProcessingTimeOk

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.

SetProcessingTime

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) SetProcessingTime(v string)

SetProcessingTime sets ProcessingTime field to given value.

HasProcessingTime

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) HasProcessingTime() bool

HasProcessingTime returns a boolean if a field has been set.

GetVersionApi

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) GetVersionApi() string

GetVersionApi returns the VersionApi field if non-nil, zero value otherwise.

GetVersionApiOk

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.

SetVersionApi

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) SetVersionApi(v string)

SetVersionApi sets VersionApi field to given value.

HasVersionApi

func (o *InternalWebControllersMerchantApiv1BalanceStandardMeta) HasVersionApi() bool

HasVersionApi returns a boolean if a field has been set.

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