| Name | Type | Description | Notes |
|---|---|---|---|
| CardHolderName | Pointer to string | [optional] | |
| CardType | Pointer to string | [optional] | |
| MaskCardNumber | Pointer to string | [optional] | |
| CardExpiry | 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 NewTransactionPaymentResponseCcTenderInfo() *TransactionPaymentResponseCcTenderInfo
NewTransactionPaymentResponseCcTenderInfo instantiates a new TransactionPaymentResponseCcTenderInfo 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 NewTransactionPaymentResponseCcTenderInfoWithDefaults() *TransactionPaymentResponseCcTenderInfo
NewTransactionPaymentResponseCcTenderInfoWithDefaults instantiates a new TransactionPaymentResponseCcTenderInfo 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 *TransactionPaymentResponseCcTenderInfo) GetCardHolderName() string
GetCardHolderName returns the CardHolderName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCardHolderName(v string)
SetCardHolderName sets CardHolderName field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCardHolderName() bool
HasCardHolderName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCardType() string
GetCardType returns the CardType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCardType(v string)
SetCardType sets CardType field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCardType() bool
HasCardType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetMaskCardNumber() string
GetMaskCardNumber returns the MaskCardNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetMaskCardNumber(v string)
SetMaskCardNumber sets MaskCardNumber field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasMaskCardNumber() bool
HasMaskCardNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCardExpiry() string
GetCardExpiry returns the CardExpiry field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCardExpiry(v string)
SetCardExpiry sets CardExpiry field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCardExpiry() bool
HasCardExpiry returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCaptureAmount() float32
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCaptureAmount(v float32)
SetCaptureAmount sets CaptureAmount field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCaptureAmount() bool
HasCaptureAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetConvenienceAmount() float32
GetConvenienceAmount returns the ConvenienceAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetConvenienceAmount(v float32)
SetConvenienceAmount sets ConvenienceAmount field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasConvenienceAmount() bool
HasConvenienceAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetBinNumber() string
GetBinNumber returns the BinNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetBinNumber(v string)
SetBinNumber sets BinNumber field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasBinNumber() bool
HasBinNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentPercentValue() float32
GetAdjustmentPercentValue returns the AdjustmentPercentValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAdjustmentPercentValue(v float32)
SetAdjustmentPercentValue sets AdjustmentPercentValue field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentPercentValue() bool
HasAdjustmentPercentValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentFixedValue() float32
GetAdjustmentFixedValue returns the AdjustmentFixedValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAdjustmentFixedValue(v float32)
SetAdjustmentFixedValue sets AdjustmentFixedValue field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentFixedValue() bool
HasAdjustmentFixedValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentAmount() float32
GetAdjustmentAmount returns the AdjustmentAmount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAdjustmentAmount(v float32)
SetAdjustmentAmount sets AdjustmentAmount field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentAmount() bool
HasAdjustmentAmount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentDisplayName() string
GetAdjustmentDisplayName returns the AdjustmentDisplayName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAdjustmentDisplayName(v string)
SetAdjustmentDisplayName sets AdjustmentDisplayName field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentDisplayName() bool
HasAdjustmentDisplayName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentDescriptorMessage() string
GetAdjustmentDescriptorMessage returns the AdjustmentDescriptorMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAdjustmentDescriptorMessage(v string)
SetAdjustmentDescriptorMessage sets AdjustmentDescriptorMessage field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentDescriptorMessage() bool
HasAdjustmentDescriptorMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetPaymentAdjustmentType() string
GetPaymentAdjustmentType returns the PaymentAdjustmentType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetPaymentAdjustmentType(v string)
SetPaymentAdjustmentType sets PaymentAdjustmentType field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasPaymentAdjustmentType() bool
HasPaymentAdjustmentType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetPreAuthCode() string
GetPreAuthCode returns the PreAuthCode field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetPreAuthCode(v string)
SetPreAuthCode sets PreAuthCode field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasPreAuthCode() bool
HasPreAuthCode returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetMaskAccount() string
GetMaskAccount returns the MaskAccount field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetMaskAccount(v string)
SetMaskAccount sets MaskAccount field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasMaskAccount() bool
HasMaskAccount returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetAccountTokenMessage() string
GetAccountTokenMessage returns the AccountTokenMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetAccountTokenMessage(v string)
SetAccountTokenMessage sets AccountTokenMessage field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasAccountTokenMessage() bool
HasAccountTokenMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCreateAccountToken() bool
GetCreateAccountToken returns the CreateAccountToken field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCreateAccountToken(v bool)
SetCreateAccountToken sets CreateAccountToken field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCreateAccountToken() bool
HasCreateAccountToken returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionType() TransactionPaymentResponseAchTenderInfoCommissionType
GetCommissionType returns the CommissionType field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCommissionType(v TransactionPaymentResponseAchTenderInfoCommissionType)
SetCommissionType sets CommissionType field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionType() bool
HasCommissionType returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionValue() float32
GetCommissionValue returns the CommissionValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCommissionValue(v float32)
SetCommissionValue sets CommissionValue field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionValue() bool
HasCommissionValue returns a boolean if a field has been set.
func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionFixedValue() float32
GetCommissionFixedValue returns the CommissionFixedValue field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseCcTenderInfo) 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 *TransactionPaymentResponseCcTenderInfo) SetCommissionFixedValue(v float32)
SetCommissionFixedValue sets CommissionFixedValue field to given value.
func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionFixedValue() bool
HasCommissionFixedValue returns a boolean if a field has been set.