Skip to content

Latest commit

 

History

History
966 lines (521 loc) · 30.5 KB

File metadata and controls

966 lines (521 loc) · 30.5 KB

SecureTransactionDetailDTOTenderInfo

Properties

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]

Methods

NewSecureTransactionDetailDTOTenderInfo

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

NewSecureTransactionDetailDTOTenderInfoWithDefaults

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

GetBankName

func (o *SecureTransactionDetailDTOTenderInfo) GetBankName() string

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

GetBankNameOk

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.

SetBankName

func (o *SecureTransactionDetailDTOTenderInfo) SetBankName(v string)

SetBankName sets BankName field to given value.

HasBankName

func (o *SecureTransactionDetailDTOTenderInfo) HasBankName() bool

HasBankName returns a boolean if a field has been set.

GetRoutingNumber

func (o *SecureTransactionDetailDTOTenderInfo) GetRoutingNumber() string

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

GetRoutingNumberOk

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.

SetRoutingNumber

func (o *SecureTransactionDetailDTOTenderInfo) SetRoutingNumber(v string)

SetRoutingNumber sets RoutingNumber field to given value.

HasRoutingNumber

func (o *SecureTransactionDetailDTOTenderInfo) HasRoutingNumber() bool

HasRoutingNumber returns a boolean if a field has been set.

GetAccountType

func (o *SecureTransactionDetailDTOTenderInfo) GetAccountType() string

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

GetAccountTypeOk

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.

SetAccountType

func (o *SecureTransactionDetailDTOTenderInfo) SetAccountType(v string)

SetAccountType sets AccountType field to given value.

HasAccountType

func (o *SecureTransactionDetailDTOTenderInfo) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

GetCheckType

func (o *SecureTransactionDetailDTOTenderInfo) GetCheckType() string

GetCheckType returns the CheckType field if non-nil, zero value otherwise.

GetCheckTypeOk

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.

SetCheckType

func (o *SecureTransactionDetailDTOTenderInfo) SetCheckType(v string)

SetCheckType sets CheckType field to given value.

HasCheckType

func (o *SecureTransactionDetailDTOTenderInfo) HasCheckType() bool

HasCheckType returns a boolean if a field has been set.

GetCheckNumber

func (o *SecureTransactionDetailDTOTenderInfo) GetCheckNumber() string

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

GetCheckNumberOk

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.

SetCheckNumber

func (o *SecureTransactionDetailDTOTenderInfo) SetCheckNumber(v string)

SetCheckNumber sets CheckNumber field to given value.

HasCheckNumber

func (o *SecureTransactionDetailDTOTenderInfo) HasCheckNumber() bool

HasCheckNumber returns a boolean if a field has been set.

GetAccountCategory

func (o *SecureTransactionDetailDTOTenderInfo) GetAccountCategory() string

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

GetAccountCategoryOk

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.

SetAccountCategory

func (o *SecureTransactionDetailDTOTenderInfo) SetAccountCategory(v string)

SetAccountCategory sets AccountCategory field to given value.

HasAccountCategory

func (o *SecureTransactionDetailDTOTenderInfo) HasAccountCategory() bool

HasAccountCategory returns a boolean if a field has been set.

GetAccountHolderName

func (o *SecureTransactionDetailDTOTenderInfo) GetAccountHolderName() string

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

GetAccountHolderNameOk

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.

SetAccountHolderName

func (o *SecureTransactionDetailDTOTenderInfo) SetAccountHolderName(v string)

SetAccountHolderName sets AccountHolderName field to given value.

HasAccountHolderName

func (o *SecureTransactionDetailDTOTenderInfo) HasAccountHolderName() bool

HasAccountHolderName returns a boolean if a field has been set.

GetNameOnCheck

func (o *SecureTransactionDetailDTOTenderInfo) GetNameOnCheck() string

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

GetNameOnCheckOk

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.

SetNameOnCheck

func (o *SecureTransactionDetailDTOTenderInfo) SetNameOnCheck(v string)

SetNameOnCheck sets NameOnCheck field to given value.

HasNameOnCheck

func (o *SecureTransactionDetailDTOTenderInfo) HasNameOnCheck() bool

HasNameOnCheck returns a boolean if a field has been set.

GetCardHolderName

func (o *SecureTransactionDetailDTOTenderInfo) GetCardHolderName() string

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

GetCardHolderNameOk

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.

SetCardHolderName

func (o *SecureTransactionDetailDTOTenderInfo) SetCardHolderName(v string)

SetCardHolderName sets CardHolderName field to given value.

HasCardHolderName

func (o *SecureTransactionDetailDTOTenderInfo) HasCardHolderName() bool

HasCardHolderName returns a boolean if a field has been set.

GetCardType

func (o *SecureTransactionDetailDTOTenderInfo) GetCardType() string

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

GetCardTypeOk

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.

SetCardType

func (o *SecureTransactionDetailDTOTenderInfo) SetCardType(v string)

SetCardType sets CardType field to given value.

HasCardType

func (o *SecureTransactionDetailDTOTenderInfo) HasCardType() bool

HasCardType returns a boolean if a field has been set.

GetMaskCardNumber

func (o *SecureTransactionDetailDTOTenderInfo) GetMaskCardNumber() string

GetMaskCardNumber returns the MaskCardNumber field if non-nil, zero value otherwise.

GetMaskCardNumberOk

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.

SetMaskCardNumber

func (o *SecureTransactionDetailDTOTenderInfo) SetMaskCardNumber(v string)

SetMaskCardNumber sets MaskCardNumber field to given value.

HasMaskCardNumber

func (o *SecureTransactionDetailDTOTenderInfo) HasMaskCardNumber() bool

HasMaskCardNumber returns a boolean if a field has been set.

GetBinNumber

func (o *SecureTransactionDetailDTOTenderInfo) GetBinNumber() string

GetBinNumber returns the BinNumber field if non-nil, zero value otherwise.

GetBinNumberOk

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.

SetBinNumber

func (o *SecureTransactionDetailDTOTenderInfo) SetBinNumber(v string)

SetBinNumber sets BinNumber field to given value.

HasBinNumber

func (o *SecureTransactionDetailDTOTenderInfo) HasBinNumber() bool

HasBinNumber returns a boolean if a field has been set.

GetCardExpiry

func (o *SecureTransactionDetailDTOTenderInfo) GetCardExpiry() string

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

GetCardExpiryOk

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.

SetCardExpiry

func (o *SecureTransactionDetailDTOTenderInfo) SetCardExpiry(v string)

SetCardExpiry sets CardExpiry field to given value.

HasCardExpiry

func (o *SecureTransactionDetailDTOTenderInfo) HasCardExpiry() bool

HasCardExpiry returns a boolean if a field has been set.

GetCVData

func (o *SecureTransactionDetailDTOTenderInfo) GetCVData() string

GetCVData returns the CVData field if non-nil, zero value otherwise.

GetCVDataOk

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.

SetCVData

func (o *SecureTransactionDetailDTOTenderInfo) SetCVData(v string)

SetCVData sets CVData field to given value.

HasCVData

func (o *SecureTransactionDetailDTOTenderInfo) HasCVData() bool

HasCVData returns a boolean if a field has been set.

GetCVDataStatus

func (o *SecureTransactionDetailDTOTenderInfo) GetCVDataStatus() string

GetCVDataStatus returns the CVDataStatus field if non-nil, zero value otherwise.

GetCVDataStatusOk

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.

SetCVDataStatus

func (o *SecureTransactionDetailDTOTenderInfo) SetCVDataStatus(v string)

SetCVDataStatus sets CVDataStatus field to given value.

HasCVDataStatus

func (o *SecureTransactionDetailDTOTenderInfo) HasCVDataStatus() bool

HasCVDataStatus returns a boolean if a field has been set.

GetIsCheckCard

func (o *SecureTransactionDetailDTOTenderInfo) GetIsCheckCard() bool

GetIsCheckCard returns the IsCheckCard field if non-nil, zero value otherwise.

GetIsCheckCardOk

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.

SetIsCheckCard

func (o *SecureTransactionDetailDTOTenderInfo) SetIsCheckCard(v bool)

SetIsCheckCard sets IsCheckCard field to given value.

HasIsCheckCard

func (o *SecureTransactionDetailDTOTenderInfo) HasIsCheckCard() bool

HasIsCheckCard returns a boolean if a field has been set.

GetCaptureAmount

func (o *SecureTransactionDetailDTOTenderInfo) GetCaptureAmount() float32

GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.

GetCaptureAmountOk

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.

SetCaptureAmount

func (o *SecureTransactionDetailDTOTenderInfo) SetCaptureAmount(v float32)

SetCaptureAmount sets CaptureAmount field to given value.

HasCaptureAmount

func (o *SecureTransactionDetailDTOTenderInfo) HasCaptureAmount() bool

HasCaptureAmount returns a boolean if a field has been set.

GetAmount

func (o *SecureTransactionDetailDTOTenderInfo) GetAmount() float32

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

GetAmountOk

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.

SetAmount

func (o *SecureTransactionDetailDTOTenderInfo) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *SecureTransactionDetailDTOTenderInfo) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetConvenienceAmount

func (o *SecureTransactionDetailDTOTenderInfo) GetConvenienceAmount() float32

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

GetConvenienceAmountOk

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.

SetConvenienceAmount

func (o *SecureTransactionDetailDTOTenderInfo) SetConvenienceAmount(v float32)

SetConvenienceAmount sets ConvenienceAmount field to given value.

HasConvenienceAmount

func (o *SecureTransactionDetailDTOTenderInfo) HasConvenienceAmount() bool

HasConvenienceAmount returns a boolean if a field has been set.

GetAdjustmentPercentValue

func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentPercentValue() float32

GetAdjustmentPercentValue returns the AdjustmentPercentValue field if non-nil, zero value otherwise.

GetAdjustmentPercentValueOk

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.

SetAdjustmentPercentValue

func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentPercentValue(v float32)

SetAdjustmentPercentValue sets AdjustmentPercentValue field to given value.

HasAdjustmentPercentValue

func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentPercentValue() bool

HasAdjustmentPercentValue returns a boolean if a field has been set.

GetAdjustmentFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentFixedValue() float32

GetAdjustmentFixedValue returns the AdjustmentFixedValue field if non-nil, zero value otherwise.

GetAdjustmentFixedValueOk

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.

SetAdjustmentFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentFixedValue(v float32)

SetAdjustmentFixedValue sets AdjustmentFixedValue field to given value.

HasAdjustmentFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentFixedValue() bool

HasAdjustmentFixedValue returns a boolean if a field has been set.

GetAdjustmentAmount

func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentAmount() float32

GetAdjustmentAmount returns the AdjustmentAmount field if non-nil, zero value otherwise.

GetAdjustmentAmountOk

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.

SetAdjustmentAmount

func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentAmount(v float32)

SetAdjustmentAmount sets AdjustmentAmount field to given value.

HasAdjustmentAmount

func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentAmount() bool

HasAdjustmentAmount returns a boolean if a field has been set.

GetAdjustmentDisplayName

func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDisplayName() string

GetAdjustmentDisplayName returns the AdjustmentDisplayName field if non-nil, zero value otherwise.

GetAdjustmentDisplayNameOk

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.

SetAdjustmentDisplayName

func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentDisplayName(v string)

SetAdjustmentDisplayName sets AdjustmentDisplayName field to given value.

HasAdjustmentDisplayName

func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentDisplayName() bool

HasAdjustmentDisplayName returns a boolean if a field has been set.

GetAdjustmentDescriptorMessage

func (o *SecureTransactionDetailDTOTenderInfo) GetAdjustmentDescriptorMessage() string

GetAdjustmentDescriptorMessage returns the AdjustmentDescriptorMessage field if non-nil, zero value otherwise.

GetAdjustmentDescriptorMessageOk

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.

SetAdjustmentDescriptorMessage

func (o *SecureTransactionDetailDTOTenderInfo) SetAdjustmentDescriptorMessage(v string)

SetAdjustmentDescriptorMessage sets AdjustmentDescriptorMessage field to given value.

HasAdjustmentDescriptorMessage

func (o *SecureTransactionDetailDTOTenderInfo) HasAdjustmentDescriptorMessage() bool

HasAdjustmentDescriptorMessage returns a boolean if a field has been set.

GetPaymentAdjustmentType

func (o *SecureTransactionDetailDTOTenderInfo) GetPaymentAdjustmentType() string

GetPaymentAdjustmentType returns the PaymentAdjustmentType field if non-nil, zero value otherwise.

GetPaymentAdjustmentTypeOk

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.

SetPaymentAdjustmentType

func (o *SecureTransactionDetailDTOTenderInfo) SetPaymentAdjustmentType(v string)

SetPaymentAdjustmentType sets PaymentAdjustmentType field to given value.

HasPaymentAdjustmentType

func (o *SecureTransactionDetailDTOTenderInfo) HasPaymentAdjustmentType() bool

HasPaymentAdjustmentType returns a boolean if a field has been set.

GetPreAuthCode

func (o *SecureTransactionDetailDTOTenderInfo) GetPreAuthCode() string

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

GetPreAuthCodeOk

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.

SetPreAuthCode

func (o *SecureTransactionDetailDTOTenderInfo) SetPreAuthCode(v string)

SetPreAuthCode sets PreAuthCode field to given value.

HasPreAuthCode

func (o *SecureTransactionDetailDTOTenderInfo) HasPreAuthCode() bool

HasPreAuthCode returns a boolean if a field has been set.

GetMaskAccount

func (o *SecureTransactionDetailDTOTenderInfo) GetMaskAccount() string

GetMaskAccount returns the MaskAccount field if non-nil, zero value otherwise.

GetMaskAccountOk

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.

SetMaskAccount

func (o *SecureTransactionDetailDTOTenderInfo) SetMaskAccount(v string)

SetMaskAccount sets MaskAccount field to given value.

HasMaskAccount

func (o *SecureTransactionDetailDTOTenderInfo) HasMaskAccount() bool

HasMaskAccount returns a boolean if a field has been set.

GetEpb

func (o *SecureTransactionDetailDTOTenderInfo) GetEpb() string

GetEpb returns the Epb field if non-nil, zero value otherwise.

GetEpbOk

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.

SetEpb

func (o *SecureTransactionDetailDTOTenderInfo) SetEpb(v string)

SetEpb sets Epb field to given value.

HasEpb

func (o *SecureTransactionDetailDTOTenderInfo) HasEpb() bool

HasEpb returns a boolean if a field has been set.

GetKsn

func (o *SecureTransactionDetailDTOTenderInfo) GetKsn() string

GetKsn returns the Ksn field if non-nil, zero value otherwise.

GetKsnOk

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.

SetKsn

func (o *SecureTransactionDetailDTOTenderInfo) SetKsn(v string)

SetKsn sets Ksn field to given value.

HasKsn

func (o *SecureTransactionDetailDTOTenderInfo) HasKsn() bool

HasKsn returns a boolean if a field has been set.

GetCashBackAmount

func (o *SecureTransactionDetailDTOTenderInfo) GetCashBackAmount() float32

GetCashBackAmount returns the CashBackAmount field if non-nil, zero value otherwise.

GetCashBackAmountOk

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.

SetCashBackAmount

func (o *SecureTransactionDetailDTOTenderInfo) SetCashBackAmount(v float32)

SetCashBackAmount sets CashBackAmount field to given value.

HasCashBackAmount

func (o *SecureTransactionDetailDTOTenderInfo) HasCashBackAmount() bool

HasCashBackAmount returns a boolean if a field has been set.

GetAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) GetAccountToken() string

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

GetAccountTokenOk

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.

SetAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) SetAccountToken(v string)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

GetAccountTokenMessage

func (o *SecureTransactionDetailDTOTenderInfo) GetAccountTokenMessage() string

GetAccountTokenMessage returns the AccountTokenMessage field if non-nil, zero value otherwise.

GetAccountTokenMessageOk

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.

SetAccountTokenMessage

func (o *SecureTransactionDetailDTOTenderInfo) SetAccountTokenMessage(v string)

SetAccountTokenMessage sets AccountTokenMessage field to given value.

HasAccountTokenMessage

func (o *SecureTransactionDetailDTOTenderInfo) HasAccountTokenMessage() bool

HasAccountTokenMessage returns a boolean if a field has been set.

GetCreateAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) GetCreateAccountToken() bool

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

GetCreateAccountTokenOk

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.

SetCreateAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) SetCreateAccountToken(v bool)

SetCreateAccountToken sets CreateAccountToken field to given value.

HasCreateAccountToken

func (o *SecureTransactionDetailDTOTenderInfo) HasCreateAccountToken() bool

HasCreateAccountToken returns a boolean if a field has been set.

GetCommissionType

func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionType() TransactionPaymentResponseAchTenderInfoCommissionType

GetCommissionType returns the CommissionType field if non-nil, zero value otherwise.

GetCommissionTypeOk

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.

SetCommissionType

func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionType(v TransactionPaymentResponseAchTenderInfoCommissionType)

SetCommissionType sets CommissionType field to given value.

HasCommissionType

func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionType() bool

HasCommissionType returns a boolean if a field has been set.

GetCommissionValue

func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionValue() float32

GetCommissionValue returns the CommissionValue field if non-nil, zero value otherwise.

GetCommissionValueOk

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.

SetCommissionValue

func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionValue(v float32)

SetCommissionValue sets CommissionValue field to given value.

HasCommissionValue

func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionValue() bool

HasCommissionValue returns a boolean if a field has been set.

GetCommissionFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) GetCommissionFixedValue() float32

GetCommissionFixedValue returns the CommissionFixedValue field if non-nil, zero value otherwise.

GetCommissionFixedValueOk

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.

SetCommissionFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) SetCommissionFixedValue(v float32)

SetCommissionFixedValue sets CommissionFixedValue field to given value.

HasCommissionFixedValue

func (o *SecureTransactionDetailDTOTenderInfo) HasCommissionFixedValue() bool

HasCommissionFixedValue returns a boolean if a field has been set.

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