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 string | [optional] | |
Provider | Pointer to string | [optional] | |
Last4 | Pointer to string | [optional] | |
Bin | Pointer to string | [optional] | |
CardType | Pointer to string | [optional] | |
ExpMonth | Pointer to string | [optional] | |
ExpYear | Pointer to string | [optional] | |
Brand | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Default | Pointer to bool | [optional] | |
VisibleOnCheckout | Pointer to bool | [optional] | |
PaymentSourceStatus | Pointer to string | [optional] |
func NewGetCustomerPaymentMethodDataResponse(type_ string, id string, object string, createdAt int64, ) *GetCustomerPaymentMethodDataResponse
NewGetCustomerPaymentMethodDataResponse instantiates a new GetCustomerPaymentMethodDataResponse 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 NewGetCustomerPaymentMethodDataResponseWithDefaults() *GetCustomerPaymentMethodDataResponse
NewGetCustomerPaymentMethodDataResponseWithDefaults instantiates a new GetCustomerPaymentMethodDataResponse 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 *GetCustomerPaymentMethodDataResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetType(v string)
SetType sets Type field to given value.
func (o *GetCustomerPaymentMethodDataResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetId(v string)
SetId sets Id field to given value.
func (o *GetCustomerPaymentMethodDataResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetObject(v string)
SetObject sets Object field to given value.
func (o *GetCustomerPaymentMethodDataResponse) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *GetCustomerPaymentMethodDataResponse) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetReference(v string)
SetReference sets Reference field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetBarcode() string
GetBarcode returns the Barcode field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetBarcode(v string)
SetBarcode sets Barcode field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetBarcodeUrl() string
GetBarcodeUrl returns the BarcodeUrl field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetBarcodeUrl(v string)
SetBarcodeUrl sets BarcodeUrl field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasBarcodeUrl() bool
HasBarcodeUrl returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetExpiresAtOk() (*string, 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 *GetCustomerPaymentMethodDataResponse) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) 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 *GetCustomerPaymentMethodDataResponse) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetLast4() string
GetLast4 returns the Last4 field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetLast4(v string)
SetLast4 sets Last4 field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasLast4() bool
HasLast4 returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetBin() string
GetBin returns the Bin field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetBinOk() (*string, bool)
GetBinOk returns a tuple with the Bin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetBin(v string)
SetBin sets Bin field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasBin() bool
HasBin returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetCardType() string
GetCardType returns the CardType field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetCardTypeOk() (*string, bool)
GetCardTypeOk returns a tuple with the CardType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetCardType(v string)
SetCardType sets CardType field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasCardType() bool
HasCardType returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetExpMonth() string
GetExpMonth returns the ExpMonth field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetExpMonthOk() (*string, bool)
GetExpMonthOk returns a tuple with the ExpMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetExpMonth(v string)
SetExpMonth sets ExpMonth field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasExpMonth() bool
HasExpMonth returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetExpYear() string
GetExpYear returns the ExpYear field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetExpYearOk() (*string, bool)
GetExpYearOk returns a tuple with the ExpYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetExpYear(v string)
SetExpYear sets ExpYear field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasExpYear() bool
HasExpYear returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetBrand() string
GetBrand returns the Brand field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetBrandOk() (*string, bool)
GetBrandOk returns a tuple with the Brand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetBrand(v string)
SetBrand sets Brand field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasBrand() bool
HasBrand returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetName(v string)
SetName sets Name field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetVisibleOnCheckout() bool
GetVisibleOnCheckout returns the VisibleOnCheckout field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetVisibleOnCheckoutOk() (*bool, bool)
GetVisibleOnCheckoutOk returns a tuple with the VisibleOnCheckout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetVisibleOnCheckout(v bool)
SetVisibleOnCheckout sets VisibleOnCheckout field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasVisibleOnCheckout() bool
HasVisibleOnCheckout returns a boolean if a field has been set.
func (o *GetCustomerPaymentMethodDataResponse) GetPaymentSourceStatus() string
GetPaymentSourceStatus returns the PaymentSourceStatus field if non-nil, zero value otherwise.
func (o *GetCustomerPaymentMethodDataResponse) GetPaymentSourceStatusOk() (*string, bool)
GetPaymentSourceStatusOk returns a tuple with the PaymentSourceStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCustomerPaymentMethodDataResponse) SetPaymentSourceStatus(v string)
SetPaymentSourceStatus sets PaymentSourceStatus field to given value.
func (o *GetCustomerPaymentMethodDataResponse) HasPaymentSourceStatus() bool
HasPaymentSourceStatus returns a boolean if a field has been set.