| Name | Type | Description | Notes |
|---|---|---|---|
| BankName | Pointer to string | [optional] | |
| RoutingNumber | Pointer to string | [optional] | |
| AccountType | Pointer to string | [optional] | |
| CheckType | 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] | |
| MaskCardNumber | Pointer to string | [optional] | |
| BinNumber | Pointer to string | [optional] | |
| CardExpiry | Pointer to string | [optional] | |
| CVData | Pointer to string | [optional] | |
| CVDataStatus | Pointer to string | [optional] | |
| IsCheckCard | Pointer to bool | [optional] | |
| CaptureAmount | Pointer to float32 | [optional] | |
| Amount | Pointer to float32 | [optional] | |
| ConvenienceAmount | Pointer to float32 | [optional] | |
| AdjustmentPercentValue | Pointer to float32 | [optional] | |
| AdjustmentFixedValue | Pointer to float32 | [optional] | |
| AdjustmentAmount | Pointer to float32 | [optional] | |
| AdjustmentDisplayName | Pointer to string | [optional] | |
| AdjustmentDescriptorMessage | Pointer to string | [optional] | |
| PaymentAdjustmentType | Pointer to string | [optional] | |
| PreAuthCode | Pointer to string | [optional] | |
| MaskAccount | Pointer to string | [optional] | |
| Epb | Pointer to string | [optional] | |
| Ksn | Pointer to string | [optional] | |
| CashBackAmount | Pointer to float32 | [optional] | |
| AccountToken | Pointer to string | [optional] | |
| AccountTokenMessage | Pointer to string | [optional] | |
| CreateAccountToken | Pointer to bool | [optional] | |
| CommissionType | Pointer to TransactionPaymentResponseAchTenderInfoCommissionType | [optional] | |
| CommissionValue | Pointer to float32 | [optional] | |
| CommissionFixedValue | Pointer to float32 | [optional] |
func NewSecureTransactionDetailDTOTenderInfo() *SecureTransactionDetailDTOTenderInfo
NewSecureTransactionDetailDTOTenderInfo instantiates a new SecureTransactionDetailDTOTenderInfo 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 NewSecureTransactionDetailDTOTenderInfoWithDefaults() *SecureTransactionDetailDTOTenderInfo
NewSecureTransactionDetailDTOTenderInfoWithDefaults instantiates a new SecureTransactionDetailDTOTenderInfo 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 *SecureTransactionDetailDTOTenderInfo) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasRoutingNumber() bool
HasRoutingNumber returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountType() string
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetAccountType(v string)
SetAccountType sets AccountType field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCheckType() string
GetCheckType returns the CheckType field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCheckTypeOk() (*string, bool)
GetCheckTypeOk returns a tuple with the CheckType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCheckType(v string)
SetCheckType sets CheckType field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCheckType() bool
HasCheckType returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCheckNumber() string
GetCheckNumber returns the CheckNumber field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCheckNumber(v string)
SetCheckNumber sets CheckNumber field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCheckNumber() bool
HasCheckNumber returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountCategory() string
GetAccountCategory returns the AccountCategory field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetAccountCategory(v string)
SetAccountCategory sets AccountCategory field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAccountCategory() bool
HasAccountCategory returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountHolderName() string
GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetAccountHolderName(v string)
SetAccountHolderName sets AccountHolderName field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAccountHolderName() bool
HasAccountHolderName returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetNameOnCheck() string
GetNameOnCheck returns the NameOnCheck field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetNameOnCheck(v string)
SetNameOnCheck sets NameOnCheck field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasNameOnCheck() bool
HasNameOnCheck returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCardHolderName() string
GetCardHolderName returns the CardHolderName field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCardHolderName(v string)
SetCardHolderName sets CardHolderName field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCardHolderName() bool
HasCardHolderName returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCardType() string
GetCardType returns the CardType field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCardType(v string)
SetCardType sets CardType field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCardType() bool
HasCardType returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetMaskCardNumber() string
GetMaskCardNumber returns the MaskCardNumber field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetMaskCardNumberOk() (*string, bool)
GetMaskCardNumberOk returns a tuple with the MaskCardNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetMaskCardNumber(v string)
SetMaskCardNumber sets MaskCardNumber field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasMaskCardNumber() bool
HasMaskCardNumber returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetBinNumber() string
GetBinNumber returns the BinNumber field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetBinNumberOk() (*string, bool)
GetBinNumberOk returns a tuple with the BinNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetBinNumber(v string)
SetBinNumber sets BinNumber field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasBinNumber() bool
HasBinNumber returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCardExpiry() string
GetCardExpiry returns the CardExpiry field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCardExpiry(v string)
SetCardExpiry sets CardExpiry field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCardExpiry() bool
HasCardExpiry returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCVData() string
GetCVData returns the CVData field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCVDataOk() (*string, bool)
GetCVDataOk returns a tuple with the CVData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCVData(v string)
SetCVData sets CVData field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCVData() bool
HasCVData returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCVDataStatus() string
GetCVDataStatus returns the CVDataStatus field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCVDataStatus(v string)
SetCVDataStatus sets CVDataStatus field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCVDataStatus() bool
HasCVDataStatus returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetIsCheckCard() bool
GetIsCheckCard returns the IsCheckCard field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetIsCheckCardOk() (*bool, bool)
GetIsCheckCardOk returns a tuple with the IsCheckCard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetIsCheckCard(v bool)
SetIsCheckCard sets IsCheckCard field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasIsCheckCard() bool
HasIsCheckCard returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCaptureAmount() float32
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCaptureAmountOk() (*float32, bool)
GetCaptureAmountOk returns a tuple with the CaptureAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCaptureAmount(v float32)
SetCaptureAmount sets CaptureAmount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCaptureAmount() bool
HasCaptureAmount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetConvenienceAmount() float32
GetConvenienceAmount returns the ConvenienceAmount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetConvenienceAmount(v float32)
SetConvenienceAmount sets ConvenienceAmount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasConvenienceAmount() bool
HasConvenienceAmount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentPercentValue() float32
GetAdjustmentPercentValue returns the AdjustmentPercentValue field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentPercentValueOk() (*float32, bool)
GetAdjustmentPercentValueOk returns a tuple with the AdjustmentPercentValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentPercentValue(v float32)
SetAdjustmentPercentValue sets AdjustmentPercentValue field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentPercentValue() bool
HasAdjustmentPercentValue returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentFixedValue() float32
GetAdjustmentFixedValue returns the AdjustmentFixedValue field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentFixedValueOk() (*float32, bool)
GetAdjustmentFixedValueOk returns a tuple with the AdjustmentFixedValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentFixedValue(v float32)
SetAdjustmentFixedValue sets AdjustmentFixedValue field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentFixedValue() bool
HasAdjustmentFixedValue returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentAmount() float32
GetAdjustmentAmount returns the AdjustmentAmount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentAmountOk() (*float32, bool)
GetAdjustmentAmountOk returns a tuple with the AdjustmentAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentAmount(v float32)
SetAdjustmentAmount sets AdjustmentAmount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentAmount() bool
HasAdjustmentAmount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDisplayName() string
GetAdjustmentDisplayName returns the AdjustmentDisplayName field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDisplayNameOk() (*string, bool)
GetAdjustmentDisplayNameOk returns a tuple with the AdjustmentDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentDisplayName(v string)
SetAdjustmentDisplayName sets AdjustmentDisplayName field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentDisplayName() bool
HasAdjustmentDisplayName returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDescriptorMessage() string
GetAdjustmentDescriptorMessage returns the AdjustmentDescriptorMessage field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDescriptorMessageOk() (*string, bool)
GetAdjustmentDescriptorMessageOk returns a tuple with the AdjustmentDescriptorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentDescriptorMessage(v string)
SetAdjustmentDescriptorMessage sets AdjustmentDescriptorMessage field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentDescriptorMessage() bool
HasAdjustmentDescriptorMessage returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetPaymentAdjustmentType() string
GetPaymentAdjustmentType returns the PaymentAdjustmentType field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetPaymentAdjustmentTypeOk() (*string, bool)
GetPaymentAdjustmentTypeOk returns a tuple with the PaymentAdjustmentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetPaymentAdjustmentType(v string)
SetPaymentAdjustmentType sets PaymentAdjustmentType field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasPaymentAdjustmentType() bool
HasPaymentAdjustmentType returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetPreAuthCode() string
GetPreAuthCode returns the PreAuthCode field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetPreAuthCode(v string)
SetPreAuthCode sets PreAuthCode field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasPreAuthCode() bool
HasPreAuthCode returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetMaskAccount() string
GetMaskAccount returns the MaskAccount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetMaskAccountOk() (*string, bool)
GetMaskAccountOk returns a tuple with the MaskAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetMaskAccount(v string)
SetMaskAccount sets MaskAccount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasMaskAccount() bool
HasMaskAccount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetEpb() string
GetEpb returns the Epb field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetEpbOk() (*string, bool)
GetEpbOk returns a tuple with the Epb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetEpb(v string)
SetEpb sets Epb field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasEpb() bool
HasEpb returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetKsn() string
GetKsn returns the Ksn field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetKsnOk() (*string, bool)
GetKsnOk returns a tuple with the Ksn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetKsn(v string)
SetKsn sets Ksn field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasKsn() bool
HasKsn returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCashBackAmount() float32
GetCashBackAmount returns the CashBackAmount field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCashBackAmountOk() (*float32, bool)
GetCashBackAmountOk returns a tuple with the CashBackAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCashBackAmount(v float32)
SetCashBackAmount sets CashBackAmount field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCashBackAmount() bool
HasCashBackAmount returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountTokenMessage() string
GetAccountTokenMessage returns the AccountTokenMessage field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetAccountTokenMessageOk() (*string, bool)
GetAccountTokenMessageOk returns a tuple with the AccountTokenMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetAccountTokenMessage(v string)
SetAccountTokenMessage sets AccountTokenMessage field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasAccountTokenMessage() bool
HasAccountTokenMessage returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCreateAccountToken() bool
GetCreateAccountToken returns the CreateAccountToken field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) 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 *SecureTransactionDetailDTOTenderInfo) SetCreateAccountToken(v bool)
SetCreateAccountToken sets CreateAccountToken field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCreateAccountToken() bool
HasCreateAccountToken returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionType() TransactionPaymentResponseAchTenderInfoCommissionType
GetCommissionType returns the CommissionType field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionTypeOk() (*TransactionPaymentResponseAchTenderInfoCommissionType, bool)
GetCommissionTypeOk returns a tuple with the CommissionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionType(v TransactionPaymentResponseAchTenderInfoCommissionType)
SetCommissionType sets CommissionType field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionType() bool
HasCommissionType returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionValue() float32
GetCommissionValue returns the CommissionValue field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionValueOk() (*float32, bool)
GetCommissionValueOk returns a tuple with the CommissionValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionValue(v float32)
SetCommissionValue sets CommissionValue field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionValue() bool
HasCommissionValue returns a boolean if a field has been set.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionFixedValue() float32
GetCommissionFixedValue returns the CommissionFixedValue field if non-nil, zero value otherwise.
func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionFixedValueOk() (*float32, bool)
GetCommissionFixedValueOk returns a tuple with the CommissionFixedValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionFixedValue(v float32)
SetCommissionFixedValue sets CommissionFixedValue field to given value.
func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionFixedValue() bool
HasCommissionFixedValue returns a boolean if a field has been set.