Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Id | string | ||
Object | string | ||
CreatedAt | int64 | ||
ParentId | Pointer to string | [optional] | |
Reference | Pointer to string | [optional] | |
Barcode | Pointer to string | [optional] | |
BarcodeUrl | Pointer to string | [optional] | |
ExpiresAt | Pointer to int64 | [optional] | |
Provider | Pointer to string | [optional] |
func NewPaymentMethodCashResponse(type_ string, id string, object string, createdAt int64, ) *PaymentMethodCashResponse
NewPaymentMethodCashResponse instantiates a new PaymentMethodCashResponse 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 NewPaymentMethodCashResponseWithDefaults() *PaymentMethodCashResponse
NewPaymentMethodCashResponseWithDefaults instantiates a new PaymentMethodCashResponse 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 *PaymentMethodCashResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetType(v string)
SetType sets Type field to given value.
func (o *PaymentMethodCashResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentMethodCashResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetObject(v string)
SetObject sets Object field to given value.
func (o *PaymentMethodCashResponse) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *PaymentMethodCashResponse) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *PaymentMethodCashResponse) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *PaymentMethodCashResponse) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetReference(v string)
SetReference sets Reference field to given value.
func (o *PaymentMethodCashResponse) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *PaymentMethodCashResponse) GetBarcode() string
GetBarcode returns the Barcode field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetBarcodeOk() (*string, bool)
GetBarcodeOk returns a tuple with the Barcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetBarcode(v string)
SetBarcode sets Barcode field to given value.
func (o *PaymentMethodCashResponse) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (o *PaymentMethodCashResponse) GetBarcodeUrl() string
GetBarcodeUrl returns the BarcodeUrl field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetBarcodeUrlOk() (*string, bool)
GetBarcodeUrlOk returns a tuple with the BarcodeUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetBarcodeUrl(v string)
SetBarcodeUrl sets BarcodeUrl field to given value.
func (o *PaymentMethodCashResponse) HasBarcodeUrl() bool
HasBarcodeUrl returns a boolean if a field has been set.
func (o *PaymentMethodCashResponse) GetExpiresAt() int64
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetExpiresAtOk() (*int64, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetExpiresAt(v int64)
SetExpiresAt sets ExpiresAt field to given value.
func (o *PaymentMethodCashResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *PaymentMethodCashResponse) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *PaymentMethodCashResponse) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodCashResponse) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *PaymentMethodCashResponse) HasProvider() bool
HasProvider returns a boolean if a field has been set.