Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 11.5 KB

File metadata and controls

368 lines (199 loc) · 11.5 KB

PaymentLinkResponseCustomersInnerAccountsInner

Properties

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]

Methods

NewPaymentLinkResponseCustomersInnerAccountsInner

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

NewPaymentLinkResponseCustomersInnerAccountsInnerWithDefaults

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

GetId

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetChannelType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetChannelType() string

GetChannelType returns the ChannelType field if non-nil, zero value otherwise.

GetChannelTypeOk

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.

SetChannelType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetChannelType(v string)

SetChannelType sets ChannelType field to given value.

HasChannelType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasChannelType() bool

HasChannelType returns a boolean if a field has been set.

GetCardNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCardNumber() string

GetCardNumber returns the CardNumber field if non-nil, zero value otherwise.

GetCardNumberOk

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.

SetCardNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCardNumber(v string)

SetCardNumber sets CardNumber field to given value.

HasCardNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCardNumber() bool

HasCardNumber returns a boolean if a field has been set.

GetCardType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCardType() string

GetCardType returns the CardType field if non-nil, zero value otherwise.

GetCardTypeOk

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.

SetCardType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCardType(v string)

SetCardType sets CardType field to given value.

HasCardType

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCardType() bool

HasCardType returns a boolean if a field has been set.

GetAccountToken

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountToken() string

GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.

GetAccountTokenOk

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.

SetAccountToken

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetAccountToken(v string)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

GetAccountNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.

GetAccountNumberOk

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.

SetAccountNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetBankName

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetBankName() string

GetBankName returns the BankName field if non-nil, zero value otherwise.

GetBankNameOk

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.

SetBankName

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetBankName(v string)

SetBankName sets BankName field to given value.

HasBankName

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasBankName() bool

HasBankName returns a boolean if a field has been set.

GetIsCheckingAccount

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsCheckingAccount() bool

GetIsCheckingAccount returns the IsCheckingAccount field if non-nil, zero value otherwise.

GetIsCheckingAccountOk

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.

SetIsCheckingAccount

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetIsCheckingAccount(v bool)

SetIsCheckingAccount sets IsCheckingAccount field to given value.

HasIsCheckingAccount

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasIsCheckingAccount() bool

HasIsCheckingAccount returns a boolean if a field has been set.

GetIsExpired

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetIsExpired() bool

GetIsExpired returns the IsExpired field if non-nil, zero value otherwise.

GetIsExpiredOk

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.

SetIsExpired

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetIsExpired(v bool)

SetIsExpired sets IsExpired field to given value.

HasIsExpired

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasIsExpired() bool

HasIsExpired returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *PaymentLinkResponseCustomersInnerAccountsInner) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

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