| 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] | |
| NameOnCheck | Pointer to string | [optional] | |
| AccountHolderName | Pointer to string | [optional] | |
| AccountCategory | Pointer to string | [optional] | |
| CaptureAmount | Pointer to float32 | [optional] | |
| Amount | Pointer to float32 | [optional] | |
| ConvenienceAmount | Pointer to float32 | [optional] | |
| BinNumber | Pointer to string | [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] | |
| 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 NewTransactionPaymentResponseAchTenderInfo() *TransactionPaymentResponseAchTenderInfo
NewTransactionPaymentResponseAchTenderInfo instantiates a new TransactionPaymentResponseAchTenderInfo 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 NewTransactionPaymentResponseAchTenderInfoWithDefaults() *TransactionPaymentResponseAchTenderInfo
NewTransactionPaymentResponseAchTenderInfoWithDefaults instantiates a new TransactionPaymentResponseAchTenderInfo 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 *TransactionPaymentResponseAchTenderInfo) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasRoutingNumber() bool
HasRoutingNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAccountType() string
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAccountType(v string)
SetAccountType sets AccountType field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCheckType() string
GetCheckType returns the CheckType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCheckType(v string)
SetCheckType sets CheckType field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCheckType() bool
HasCheckType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCheckNumber() string
GetCheckNumber returns the CheckNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCheckNumber(v string)
SetCheckNumber sets CheckNumber field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCheckNumber() bool
HasCheckNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetNameOnCheck() string
GetNameOnCheck returns the NameOnCheck field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetNameOnCheck(v string)
SetNameOnCheck sets NameOnCheck field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasNameOnCheck() bool
HasNameOnCheck returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAccountHolderName() string
GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAccountHolderName(v string)
SetAccountHolderName sets AccountHolderName field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAccountHolderName() bool
HasAccountHolderName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAccountCategory() string
GetAccountCategory returns the AccountCategory field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAccountCategory(v string)
SetAccountCategory sets AccountCategory field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAccountCategory() bool
HasAccountCategory returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCaptureAmount() float32
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCaptureAmount(v float32)
SetCaptureAmount sets CaptureAmount field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCaptureAmount() bool
HasCaptureAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetConvenienceAmount() float32
GetConvenienceAmount returns the ConvenienceAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetConvenienceAmount(v float32)
SetConvenienceAmount sets ConvenienceAmount field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasConvenienceAmount() bool
HasConvenienceAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetBinNumber() string
GetBinNumber returns the BinNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetBinNumber(v string)
SetBinNumber sets BinNumber field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasBinNumber() bool
HasBinNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAdjustmentPercentValue() float32
GetAdjustmentPercentValue returns the AdjustmentPercentValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAdjustmentPercentValue(v float32)
SetAdjustmentPercentValue sets AdjustmentPercentValue field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAdjustmentPercentValue() bool
HasAdjustmentPercentValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAdjustmentFixedValue() float32
GetAdjustmentFixedValue returns the AdjustmentFixedValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAdjustmentFixedValue(v float32)
SetAdjustmentFixedValue sets AdjustmentFixedValue field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAdjustmentFixedValue() bool
HasAdjustmentFixedValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAdjustmentAmount() float32
GetAdjustmentAmount returns the AdjustmentAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAdjustmentAmount(v float32)
SetAdjustmentAmount sets AdjustmentAmount field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAdjustmentAmount() bool
HasAdjustmentAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAdjustmentDisplayName() string
GetAdjustmentDisplayName returns the AdjustmentDisplayName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAdjustmentDisplayName(v string)
SetAdjustmentDisplayName sets AdjustmentDisplayName field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAdjustmentDisplayName() bool
HasAdjustmentDisplayName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAdjustmentDescriptorMessage() string
GetAdjustmentDescriptorMessage returns the AdjustmentDescriptorMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAdjustmentDescriptorMessage(v string)
SetAdjustmentDescriptorMessage sets AdjustmentDescriptorMessage field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAdjustmentDescriptorMessage() bool
HasAdjustmentDescriptorMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetPaymentAdjustmentType() string
GetPaymentAdjustmentType returns the PaymentAdjustmentType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetPaymentAdjustmentType(v string)
SetPaymentAdjustmentType sets PaymentAdjustmentType field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasPaymentAdjustmentType() bool
HasPaymentAdjustmentType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetPreAuthCode() string
GetPreAuthCode returns the PreAuthCode field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetPreAuthCode(v string)
SetPreAuthCode sets PreAuthCode field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasPreAuthCode() bool
HasPreAuthCode returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetMaskAccount() string
GetMaskAccount returns the MaskAccount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetMaskAccount(v string)
SetMaskAccount sets MaskAccount field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasMaskAccount() bool
HasMaskAccount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetAccountTokenMessage() string
GetAccountTokenMessage returns the AccountTokenMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetAccountTokenMessage(v string)
SetAccountTokenMessage sets AccountTokenMessage field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasAccountTokenMessage() bool
HasAccountTokenMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCreateAccountToken() bool
GetCreateAccountToken returns the CreateAccountToken field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCreateAccountToken(v bool)
SetCreateAccountToken sets CreateAccountToken field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCreateAccountToken() bool
HasCreateAccountToken returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCommissionType() TransactionPaymentResponseAchTenderInfoCommissionType
GetCommissionType returns the CommissionType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCommissionType(v TransactionPaymentResponseAchTenderInfoCommissionType)
SetCommissionType sets CommissionType field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCommissionType() bool
HasCommissionType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCommissionValue() float32
GetCommissionValue returns the CommissionValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCommissionValue(v float32)
SetCommissionValue sets CommissionValue field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCommissionValue() bool
HasCommissionValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseAchTenderInfo) GetCommissionFixedValue() float32
GetCommissionFixedValue returns the CommissionFixedValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseAchTenderInfo) 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 *TransactionPaymentResponseAchTenderInfo) SetCommissionFixedValue(v float32)
SetCommissionFixedValue sets CommissionFixedValue field to given value.
func (o *TransactionPaymentResponseAchTenderInfo) HasCommissionFixedValue() bool
HasCommissionFixedValue returns a boolean if a field has been set.