| Name | Type | Description | Notes |
|---|---|---|---|
| BankName | Pointer to string | [optional] | |
| AccountNumber | Pointer to string | [optional] | |
| RoutingNumber | Pointer to string | [optional] | |
| AccountType | Pointer to string | [optional] | |
| CheckNumber | Pointer to string | [optional] | |
| AccountCategory | Pointer to string | [optional] | |
| AccountHolderName | Pointer to string | [optional] | |
| NameOnCheck | Pointer to string | [optional] | |
| CardHolderName | Pointer to string | [optional] | |
| CardType | Pointer to string | [optional] | |
| CardNumber | Pointer to string | [optional] | |
| CardExpiry | Pointer to string | [optional] | |
| Cvv | Pointer to string | [optional] | |
| CvDataStatus | Pointer to string | [optional] | |
| TrackData | Pointer to string | [optional] | |
| RemoveDiscounting | Pointer to bool | [optional] | |
| SuppressCommission | Pointer to bool | [optional] | |
| Amount | float32 | ||
| ConvenienceAmount | Pointer to float32 | [optional] | |
| PreAuthCode | Pointer to string | [optional] | |
| CreateAccountToken | Pointer to bool | [optional] | |
| AccountToken | Pointer to string | [optional] |
func NewPaymentRequestTenderInfo(amount float32, ) *PaymentRequestTenderInfo
NewPaymentRequestTenderInfo instantiates a new PaymentRequestTenderInfo 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 NewPaymentRequestTenderInfoWithDefaults() *PaymentRequestTenderInfo
NewPaymentRequestTenderInfoWithDefaults instantiates a new PaymentRequestTenderInfo 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 *PaymentRequestTenderInfo) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) 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 *PaymentRequestTenderInfo) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *PaymentRequestTenderInfo) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) 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 *PaymentRequestTenderInfo) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *PaymentRequestTenderInfo) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetRoutingNumberOk() (*string, bool)
GetRoutingNumberOk returns a tuple with the RoutingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *PaymentRequestTenderInfo) HasRoutingNumber() bool
HasRoutingNumber returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAccountType() string
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetAccountTypeOk() (*string, bool)
GetAccountTypeOk returns a tuple with the AccountType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetAccountType(v string)
SetAccountType sets AccountType field to given value.
func (o *PaymentRequestTenderInfo) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCheckNumber() string
GetCheckNumber returns the CheckNumber field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCheckNumberOk() (*string, bool)
GetCheckNumberOk returns a tuple with the CheckNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCheckNumber(v string)
SetCheckNumber sets CheckNumber field to given value.
func (o *PaymentRequestTenderInfo) HasCheckNumber() bool
HasCheckNumber returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAccountCategory() string
GetAccountCategory returns the AccountCategory field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetAccountCategoryOk() (*string, bool)
GetAccountCategoryOk returns a tuple with the AccountCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetAccountCategory(v string)
SetAccountCategory sets AccountCategory field to given value.
func (o *PaymentRequestTenderInfo) HasAccountCategory() bool
HasAccountCategory returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAccountHolderName() string
GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetAccountHolderNameOk() (*string, bool)
GetAccountHolderNameOk returns a tuple with the AccountHolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetAccountHolderName(v string)
SetAccountHolderName sets AccountHolderName field to given value.
func (o *PaymentRequestTenderInfo) HasAccountHolderName() bool
HasAccountHolderName returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetNameOnCheck() string
GetNameOnCheck returns the NameOnCheck field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetNameOnCheckOk() (*string, bool)
GetNameOnCheckOk returns a tuple with the NameOnCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetNameOnCheck(v string)
SetNameOnCheck sets NameOnCheck field to given value.
func (o *PaymentRequestTenderInfo) HasNameOnCheck() bool
HasNameOnCheck returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCardHolderName() string
GetCardHolderName returns the CardHolderName field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCardHolderNameOk() (*string, bool)
GetCardHolderNameOk returns a tuple with the CardHolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCardHolderName(v string)
SetCardHolderName sets CardHolderName field to given value.
func (o *PaymentRequestTenderInfo) HasCardHolderName() bool
HasCardHolderName returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCardType() string
GetCardType returns the CardType field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) 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 *PaymentRequestTenderInfo) SetCardType(v string)
SetCardType sets CardType field to given value.
func (o *PaymentRequestTenderInfo) HasCardType() bool
HasCardType returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCardNumber() string
GetCardNumber returns the CardNumber field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) 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 *PaymentRequestTenderInfo) SetCardNumber(v string)
SetCardNumber sets CardNumber field to given value.
func (o *PaymentRequestTenderInfo) HasCardNumber() bool
HasCardNumber returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCardExpiry() string
GetCardExpiry returns the CardExpiry field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCardExpiryOk() (*string, bool)
GetCardExpiryOk returns a tuple with the CardExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCardExpiry(v string)
SetCardExpiry sets CardExpiry field to given value.
func (o *PaymentRequestTenderInfo) HasCardExpiry() bool
HasCardExpiry returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCvv() string
GetCvv returns the Cvv field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCvvOk() (*string, bool)
GetCvvOk returns a tuple with the Cvv field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCvv(v string)
SetCvv sets Cvv field to given value.
func (o *PaymentRequestTenderInfo) HasCvv() bool
HasCvv returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCvDataStatus() string
GetCvDataStatus returns the CvDataStatus field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCvDataStatusOk() (*string, bool)
GetCvDataStatusOk returns a tuple with the CvDataStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCvDataStatus(v string)
SetCvDataStatus sets CvDataStatus field to given value.
func (o *PaymentRequestTenderInfo) HasCvDataStatus() bool
HasCvDataStatus returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetTrackData() string
GetTrackData returns the TrackData field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetTrackDataOk() (*string, bool)
GetTrackDataOk returns a tuple with the TrackData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetTrackData(v string)
SetTrackData sets TrackData field to given value.
func (o *PaymentRequestTenderInfo) HasTrackData() bool
HasTrackData returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetRemoveDiscounting() bool
GetRemoveDiscounting returns the RemoveDiscounting field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetRemoveDiscountingOk() (*bool, bool)
GetRemoveDiscountingOk returns a tuple with the RemoveDiscounting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetRemoveDiscounting(v bool)
SetRemoveDiscounting sets RemoveDiscounting field to given value.
func (o *PaymentRequestTenderInfo) HasRemoveDiscounting() bool
HasRemoveDiscounting returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetSuppressCommission() bool
GetSuppressCommission returns the SuppressCommission field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetSuppressCommissionOk() (*bool, bool)
GetSuppressCommissionOk returns a tuple with the SuppressCommission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetSuppressCommission(v bool)
SetSuppressCommission sets SuppressCommission field to given value.
func (o *PaymentRequestTenderInfo) HasSuppressCommission() bool
HasSuppressCommission returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *PaymentRequestTenderInfo) GetConvenienceAmount() float32
GetConvenienceAmount returns the ConvenienceAmount field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetConvenienceAmountOk() (*float32, bool)
GetConvenienceAmountOk returns a tuple with the ConvenienceAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetConvenienceAmount(v float32)
SetConvenienceAmount sets ConvenienceAmount field to given value.
func (o *PaymentRequestTenderInfo) HasConvenienceAmount() bool
HasConvenienceAmount returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetPreAuthCode() string
GetPreAuthCode returns the PreAuthCode field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetPreAuthCodeOk() (*string, bool)
GetPreAuthCodeOk returns a tuple with the PreAuthCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetPreAuthCode(v string)
SetPreAuthCode sets PreAuthCode field to given value.
func (o *PaymentRequestTenderInfo) HasPreAuthCode() bool
HasPreAuthCode returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetCreateAccountToken() bool
GetCreateAccountToken returns the CreateAccountToken field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) GetCreateAccountTokenOk() (*bool, bool)
GetCreateAccountTokenOk returns a tuple with the CreateAccountToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentRequestTenderInfo) SetCreateAccountToken(v bool)
SetCreateAccountToken sets CreateAccountToken field to given value.
func (o *PaymentRequestTenderInfo) HasCreateAccountToken() bool
HasCreateAccountToken returns a boolean if a field has been set.
func (o *PaymentRequestTenderInfo) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *PaymentRequestTenderInfo) 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 *PaymentRequestTenderInfo) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *PaymentRequestTenderInfo) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.