| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| ChannelType | Pointer to string | [optional] | |
| CardNumber | Pointer to string | [optional] | |
| CardType | Pointer to string | [optional] | |
| AccountToken | Pointer to string | [optional] | |
| AccountNumber | Pointer to string | [optional] | |
| BankName | Pointer to string | [optional] | |
| IsCheckingAccount | Pointer to bool | [optional] | |
| IsExpired | Pointer to bool | [optional] | |
| CreatedOn | Pointer to string | [optional] | |
| CreatedBy | Pointer to string | [optional] | |
| ModifiedOn | Pointer to string | [optional] | |
| ModifiedBy | Pointer to string | [optional] |
func NewPaymentLinkResponseCustomersInnerAccountsInner() *PaymentLinkResponseCustomersInnerAccountsInner
NewPaymentLinkResponseCustomersInnerAccountsInner instantiates a new PaymentLinkResponseCustomersInnerAccountsInner 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 NewPaymentLinkResponseCustomersInnerAccountsInnerWithDefaults() *PaymentLinkResponseCustomersInnerAccountsInner
NewPaymentLinkResponseCustomersInnerAccountsInnerWithDefaults instantiates a new PaymentLinkResponseCustomersInnerAccountsInner 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 *PaymentLinkResponseCustomersInnerAccountsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) 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 *PaymentLinkResponseCustomersInnerAccountsInner) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetChannelType() string
GetChannelType returns the ChannelType field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetChannelTypeOk() (*string, bool)
GetChannelTypeOk returns a tuple with the ChannelType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetChannelType(v string)
SetChannelType sets ChannelType field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasChannelType() bool
HasChannelType returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCardNumber() string
GetCardNumber returns the CardNumber field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCardNumberOk() (*string, bool)
GetCardNumberOk returns a tuple with the CardNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCardNumber(v string)
SetCardNumber sets CardNumber field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCardNumber() bool
HasCardNumber returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCardType() string
GetCardType returns the CardType field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) 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 *PaymentLinkResponseCustomersInnerAccountsInner) SetCardType(v string)
SetCardType sets CardType field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCardType() bool
HasCardType returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountTokenOk() (*string, bool)
GetAccountTokenOk returns a tuple with the AccountToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetBankNameOk() (*string, bool)
GetBankNameOk returns a tuple with the BankName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsCheckingAccount() bool
GetIsCheckingAccount returns the IsCheckingAccount field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsCheckingAccountOk() (*bool, bool)
GetIsCheckingAccountOk returns a tuple with the IsCheckingAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetIsCheckingAccount(v bool)
SetIsCheckingAccount sets IsCheckingAccount field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasIsCheckingAccount() bool
HasIsCheckingAccount returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsExpired() bool
GetIsExpired returns the IsExpired field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsExpiredOk() (*bool, bool)
GetIsExpiredOk returns a tuple with the IsExpired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetIsExpired(v bool)
SetIsExpired sets IsExpired field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasIsExpired() bool
HasIsExpired returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.