Skip to content

Latest commit

 

History

History
597 lines (322 loc) · 17.1 KB

File metadata and controls

597 lines (322 loc) · 17.1 KB

PaymentRequestTenderInfo

Properties

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]

Methods

NewPaymentRequestTenderInfo

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

NewPaymentRequestTenderInfoWithDefaults

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

GetBankName

func (o *PaymentRequestTenderInfo) GetBankName() string

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

GetBankNameOk

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.

SetBankName

func (o *PaymentRequestTenderInfo) SetBankName(v string)

SetBankName sets BankName field to given value.

HasBankName

func (o *PaymentRequestTenderInfo) HasBankName() bool

HasBankName returns a boolean if a field has been set.

GetAccountNumber

func (o *PaymentRequestTenderInfo) GetAccountNumber() string

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

GetAccountNumberOk

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.

SetAccountNumber

func (o *PaymentRequestTenderInfo) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *PaymentRequestTenderInfo) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetRoutingNumber

func (o *PaymentRequestTenderInfo) GetRoutingNumber() string

GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.

GetRoutingNumberOk

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.

SetRoutingNumber

func (o *PaymentRequestTenderInfo) SetRoutingNumber(v string)

SetRoutingNumber sets RoutingNumber field to given value.

HasRoutingNumber

func (o *PaymentRequestTenderInfo) HasRoutingNumber() bool

HasRoutingNumber returns a boolean if a field has been set.

GetAccountType

func (o *PaymentRequestTenderInfo) GetAccountType() string

GetAccountType returns the AccountType field if non-nil, zero value otherwise.

GetAccountTypeOk

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.

SetAccountType

func (o *PaymentRequestTenderInfo) SetAccountType(v string)

SetAccountType sets AccountType field to given value.

HasAccountType

func (o *PaymentRequestTenderInfo) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

GetCheckNumber

func (o *PaymentRequestTenderInfo) GetCheckNumber() string

GetCheckNumber returns the CheckNumber field if non-nil, zero value otherwise.

GetCheckNumberOk

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.

SetCheckNumber

func (o *PaymentRequestTenderInfo) SetCheckNumber(v string)

SetCheckNumber sets CheckNumber field to given value.

HasCheckNumber

func (o *PaymentRequestTenderInfo) HasCheckNumber() bool

HasCheckNumber returns a boolean if a field has been set.

GetAccountCategory

func (o *PaymentRequestTenderInfo) GetAccountCategory() string

GetAccountCategory returns the AccountCategory field if non-nil, zero value otherwise.

GetAccountCategoryOk

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.

SetAccountCategory

func (o *PaymentRequestTenderInfo) SetAccountCategory(v string)

SetAccountCategory sets AccountCategory field to given value.

HasAccountCategory

func (o *PaymentRequestTenderInfo) HasAccountCategory() bool

HasAccountCategory returns a boolean if a field has been set.

GetAccountHolderName

func (o *PaymentRequestTenderInfo) GetAccountHolderName() string

GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.

GetAccountHolderNameOk

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.

SetAccountHolderName

func (o *PaymentRequestTenderInfo) SetAccountHolderName(v string)

SetAccountHolderName sets AccountHolderName field to given value.

HasAccountHolderName

func (o *PaymentRequestTenderInfo) HasAccountHolderName() bool

HasAccountHolderName returns a boolean if a field has been set.

GetNameOnCheck

func (o *PaymentRequestTenderInfo) GetNameOnCheck() string

GetNameOnCheck returns the NameOnCheck field if non-nil, zero value otherwise.

GetNameOnCheckOk

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.

SetNameOnCheck

func (o *PaymentRequestTenderInfo) SetNameOnCheck(v string)

SetNameOnCheck sets NameOnCheck field to given value.

HasNameOnCheck

func (o *PaymentRequestTenderInfo) HasNameOnCheck() bool

HasNameOnCheck returns a boolean if a field has been set.

GetCardHolderName

func (o *PaymentRequestTenderInfo) GetCardHolderName() string

GetCardHolderName returns the CardHolderName field if non-nil, zero value otherwise.

GetCardHolderNameOk

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.

SetCardHolderName

func (o *PaymentRequestTenderInfo) SetCardHolderName(v string)

SetCardHolderName sets CardHolderName field to given value.

HasCardHolderName

func (o *PaymentRequestTenderInfo) HasCardHolderName() bool

HasCardHolderName returns a boolean if a field has been set.

GetCardType

func (o *PaymentRequestTenderInfo) GetCardType() string

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

GetCardTypeOk

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.

SetCardType

func (o *PaymentRequestTenderInfo) SetCardType(v string)

SetCardType sets CardType field to given value.

HasCardType

func (o *PaymentRequestTenderInfo) HasCardType() bool

HasCardType returns a boolean if a field has been set.

GetCardNumber

func (o *PaymentRequestTenderInfo) GetCardNumber() string

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

GetCardNumberOk

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.

SetCardNumber

func (o *PaymentRequestTenderInfo) SetCardNumber(v string)

SetCardNumber sets CardNumber field to given value.

HasCardNumber

func (o *PaymentRequestTenderInfo) HasCardNumber() bool

HasCardNumber returns a boolean if a field has been set.

GetCardExpiry

func (o *PaymentRequestTenderInfo) GetCardExpiry() string

GetCardExpiry returns the CardExpiry field if non-nil, zero value otherwise.

GetCardExpiryOk

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.

SetCardExpiry

func (o *PaymentRequestTenderInfo) SetCardExpiry(v string)

SetCardExpiry sets CardExpiry field to given value.

HasCardExpiry

func (o *PaymentRequestTenderInfo) HasCardExpiry() bool

HasCardExpiry returns a boolean if a field has been set.

GetCvv

func (o *PaymentRequestTenderInfo) GetCvv() string

GetCvv returns the Cvv field if non-nil, zero value otherwise.

GetCvvOk

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.

SetCvv

func (o *PaymentRequestTenderInfo) SetCvv(v string)

SetCvv sets Cvv field to given value.

HasCvv

func (o *PaymentRequestTenderInfo) HasCvv() bool

HasCvv returns a boolean if a field has been set.

GetCvDataStatus

func (o *PaymentRequestTenderInfo) GetCvDataStatus() string

GetCvDataStatus returns the CvDataStatus field if non-nil, zero value otherwise.

GetCvDataStatusOk

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.

SetCvDataStatus

func (o *PaymentRequestTenderInfo) SetCvDataStatus(v string)

SetCvDataStatus sets CvDataStatus field to given value.

HasCvDataStatus

func (o *PaymentRequestTenderInfo) HasCvDataStatus() bool

HasCvDataStatus returns a boolean if a field has been set.

GetTrackData

func (o *PaymentRequestTenderInfo) GetTrackData() string

GetTrackData returns the TrackData field if non-nil, zero value otherwise.

GetTrackDataOk

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.

SetTrackData

func (o *PaymentRequestTenderInfo) SetTrackData(v string)

SetTrackData sets TrackData field to given value.

HasTrackData

func (o *PaymentRequestTenderInfo) HasTrackData() bool

HasTrackData returns a boolean if a field has been set.

GetRemoveDiscounting

func (o *PaymentRequestTenderInfo) GetRemoveDiscounting() bool

GetRemoveDiscounting returns the RemoveDiscounting field if non-nil, zero value otherwise.

GetRemoveDiscountingOk

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.

SetRemoveDiscounting

func (o *PaymentRequestTenderInfo) SetRemoveDiscounting(v bool)

SetRemoveDiscounting sets RemoveDiscounting field to given value.

HasRemoveDiscounting

func (o *PaymentRequestTenderInfo) HasRemoveDiscounting() bool

HasRemoveDiscounting returns a boolean if a field has been set.

GetSuppressCommission

func (o *PaymentRequestTenderInfo) GetSuppressCommission() bool

GetSuppressCommission returns the SuppressCommission field if non-nil, zero value otherwise.

GetSuppressCommissionOk

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.

SetSuppressCommission

func (o *PaymentRequestTenderInfo) SetSuppressCommission(v bool)

SetSuppressCommission sets SuppressCommission field to given value.

HasSuppressCommission

func (o *PaymentRequestTenderInfo) HasSuppressCommission() bool

HasSuppressCommission returns a boolean if a field has been set.

GetAmount

func (o *PaymentRequestTenderInfo) GetAmount() float32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *PaymentRequestTenderInfo) SetAmount(v float32)

SetAmount sets Amount field to given value.

GetConvenienceAmount

func (o *PaymentRequestTenderInfo) GetConvenienceAmount() float32

GetConvenienceAmount returns the ConvenienceAmount field if non-nil, zero value otherwise.

GetConvenienceAmountOk

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.

SetConvenienceAmount

func (o *PaymentRequestTenderInfo) SetConvenienceAmount(v float32)

SetConvenienceAmount sets ConvenienceAmount field to given value.

HasConvenienceAmount

func (o *PaymentRequestTenderInfo) HasConvenienceAmount() bool

HasConvenienceAmount returns a boolean if a field has been set.

GetPreAuthCode

func (o *PaymentRequestTenderInfo) GetPreAuthCode() string

GetPreAuthCode returns the PreAuthCode field if non-nil, zero value otherwise.

GetPreAuthCodeOk

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.

SetPreAuthCode

func (o *PaymentRequestTenderInfo) SetPreAuthCode(v string)

SetPreAuthCode sets PreAuthCode field to given value.

HasPreAuthCode

func (o *PaymentRequestTenderInfo) HasPreAuthCode() bool

HasPreAuthCode returns a boolean if a field has been set.

GetCreateAccountToken

func (o *PaymentRequestTenderInfo) GetCreateAccountToken() bool

GetCreateAccountToken returns the CreateAccountToken field if non-nil, zero value otherwise.

GetCreateAccountTokenOk

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.

SetCreateAccountToken

func (o *PaymentRequestTenderInfo) SetCreateAccountToken(v bool)

SetCreateAccountToken sets CreateAccountToken field to given value.

HasCreateAccountToken

func (o *PaymentRequestTenderInfo) HasCreateAccountToken() bool

HasCreateAccountToken returns a boolean if a field has been set.

GetAccountToken

func (o *PaymentRequestTenderInfo) GetAccountToken() string

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

GetAccountTokenOk

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.

SetAccountToken

func (o *PaymentRequestTenderInfo) SetAccountToken(v string)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *PaymentRequestTenderInfo) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

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