Skip to content

Latest commit

 

History

History
602 lines (325 loc) · 20.1 KB

File metadata and controls

602 lines (325 loc) · 20.1 KB

TransactionPaymentResponseCcTenderInfo

Properties

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]

Methods

NewTransactionPaymentResponseCcTenderInfo

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

NewTransactionPaymentResponseCcTenderInfoWithDefaults

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

GetCardHolderName

func (o *TransactionPaymentResponseCcTenderInfo) GetCardHolderName() string

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

GetCardHolderNameOk

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.

SetCardHolderName

func (o *TransactionPaymentResponseCcTenderInfo) SetCardHolderName(v string)

SetCardHolderName sets CardHolderName field to given value.

HasCardHolderName

func (o *TransactionPaymentResponseCcTenderInfo) HasCardHolderName() bool

HasCardHolderName returns a boolean if a field has been set.

GetCardType

func (o *TransactionPaymentResponseCcTenderInfo) GetCardType() string

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

GetCardTypeOk

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.

SetCardType

func (o *TransactionPaymentResponseCcTenderInfo) SetCardType(v string)

SetCardType sets CardType field to given value.

HasCardType

func (o *TransactionPaymentResponseCcTenderInfo) HasCardType() bool

HasCardType returns a boolean if a field has been set.

GetMaskCardNumber

func (o *TransactionPaymentResponseCcTenderInfo) GetMaskCardNumber() string

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

GetMaskCardNumberOk

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.

SetMaskCardNumber

func (o *TransactionPaymentResponseCcTenderInfo) SetMaskCardNumber(v string)

SetMaskCardNumber sets MaskCardNumber field to given value.

HasMaskCardNumber

func (o *TransactionPaymentResponseCcTenderInfo) HasMaskCardNumber() bool

HasMaskCardNumber returns a boolean if a field has been set.

GetCardExpiry

func (o *TransactionPaymentResponseCcTenderInfo) GetCardExpiry() string

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

GetCardExpiryOk

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.

SetCardExpiry

func (o *TransactionPaymentResponseCcTenderInfo) SetCardExpiry(v string)

SetCardExpiry sets CardExpiry field to given value.

HasCardExpiry

func (o *TransactionPaymentResponseCcTenderInfo) HasCardExpiry() bool

HasCardExpiry returns a boolean if a field has been set.

GetCaptureAmount

func (o *TransactionPaymentResponseCcTenderInfo) GetCaptureAmount() float32

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

GetCaptureAmountOk

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.

SetCaptureAmount

func (o *TransactionPaymentResponseCcTenderInfo) SetCaptureAmount(v float32)

SetCaptureAmount sets CaptureAmount field to given value.

HasCaptureAmount

func (o *TransactionPaymentResponseCcTenderInfo) HasCaptureAmount() bool

HasCaptureAmount returns a boolean if a field has been set.

GetAmount

func (o *TransactionPaymentResponseCcTenderInfo) GetAmount() float32

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

GetAmountOk

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.

SetAmount

func (o *TransactionPaymentResponseCcTenderInfo) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *TransactionPaymentResponseCcTenderInfo) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetConvenienceAmount

func (o *TransactionPaymentResponseCcTenderInfo) GetConvenienceAmount() float32

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

GetConvenienceAmountOk

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.

SetConvenienceAmount

func (o *TransactionPaymentResponseCcTenderInfo) SetConvenienceAmount(v float32)

SetConvenienceAmount sets ConvenienceAmount field to given value.

HasConvenienceAmount

func (o *TransactionPaymentResponseCcTenderInfo) HasConvenienceAmount() bool

HasConvenienceAmount returns a boolean if a field has been set.

GetBinNumber

func (o *TransactionPaymentResponseCcTenderInfo) GetBinNumber() string

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

GetBinNumberOk

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.

SetBinNumber

func (o *TransactionPaymentResponseCcTenderInfo) SetBinNumber(v string)

SetBinNumber sets BinNumber field to given value.

HasBinNumber

func (o *TransactionPaymentResponseCcTenderInfo) HasBinNumber() bool

HasBinNumber returns a boolean if a field has been set.

GetAdjustmentPercentValue

func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentPercentValue() float32

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

GetAdjustmentPercentValueOk

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.

SetAdjustmentPercentValue

func (o *TransactionPaymentResponseCcTenderInfo) SetAdjustmentPercentValue(v float32)

SetAdjustmentPercentValue sets AdjustmentPercentValue field to given value.

HasAdjustmentPercentValue

func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentPercentValue() bool

HasAdjustmentPercentValue returns a boolean if a field has been set.

GetAdjustmentFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentFixedValue() float32

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

GetAdjustmentFixedValueOk

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.

SetAdjustmentFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) SetAdjustmentFixedValue(v float32)

SetAdjustmentFixedValue sets AdjustmentFixedValue field to given value.

HasAdjustmentFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentFixedValue() bool

HasAdjustmentFixedValue returns a boolean if a field has been set.

GetAdjustmentAmount

func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentAmount() float32

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

GetAdjustmentAmountOk

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.

SetAdjustmentAmount

func (o *TransactionPaymentResponseCcTenderInfo) SetAdjustmentAmount(v float32)

SetAdjustmentAmount sets AdjustmentAmount field to given value.

HasAdjustmentAmount

func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentAmount() bool

HasAdjustmentAmount returns a boolean if a field has been set.

GetAdjustmentDisplayName

func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentDisplayName() string

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

GetAdjustmentDisplayNameOk

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.

SetAdjustmentDisplayName

func (o *TransactionPaymentResponseCcTenderInfo) SetAdjustmentDisplayName(v string)

SetAdjustmentDisplayName sets AdjustmentDisplayName field to given value.

HasAdjustmentDisplayName

func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentDisplayName() bool

HasAdjustmentDisplayName returns a boolean if a field has been set.

GetAdjustmentDescriptorMessage

func (o *TransactionPaymentResponseCcTenderInfo) GetAdjustmentDescriptorMessage() string

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

GetAdjustmentDescriptorMessageOk

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.

SetAdjustmentDescriptorMessage

func (o *TransactionPaymentResponseCcTenderInfo) SetAdjustmentDescriptorMessage(v string)

SetAdjustmentDescriptorMessage sets AdjustmentDescriptorMessage field to given value.

HasAdjustmentDescriptorMessage

func (o *TransactionPaymentResponseCcTenderInfo) HasAdjustmentDescriptorMessage() bool

HasAdjustmentDescriptorMessage returns a boolean if a field has been set.

GetPaymentAdjustmentType

func (o *TransactionPaymentResponseCcTenderInfo) GetPaymentAdjustmentType() string

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

GetPaymentAdjustmentTypeOk

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.

SetPaymentAdjustmentType

func (o *TransactionPaymentResponseCcTenderInfo) SetPaymentAdjustmentType(v string)

SetPaymentAdjustmentType sets PaymentAdjustmentType field to given value.

HasPaymentAdjustmentType

func (o *TransactionPaymentResponseCcTenderInfo) HasPaymentAdjustmentType() bool

HasPaymentAdjustmentType returns a boolean if a field has been set.

GetPreAuthCode

func (o *TransactionPaymentResponseCcTenderInfo) GetPreAuthCode() string

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

GetPreAuthCodeOk

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.

SetPreAuthCode

func (o *TransactionPaymentResponseCcTenderInfo) SetPreAuthCode(v string)

SetPreAuthCode sets PreAuthCode field to given value.

HasPreAuthCode

func (o *TransactionPaymentResponseCcTenderInfo) HasPreAuthCode() bool

HasPreAuthCode returns a boolean if a field has been set.

GetMaskAccount

func (o *TransactionPaymentResponseCcTenderInfo) GetMaskAccount() string

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

GetMaskAccountOk

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.

SetMaskAccount

func (o *TransactionPaymentResponseCcTenderInfo) SetMaskAccount(v string)

SetMaskAccount sets MaskAccount field to given value.

HasMaskAccount

func (o *TransactionPaymentResponseCcTenderInfo) HasMaskAccount() bool

HasMaskAccount returns a boolean if a field has been set.

GetAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) GetAccountToken() string

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

GetAccountTokenOk

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.

SetAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) SetAccountToken(v string)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

GetAccountTokenMessage

func (o *TransactionPaymentResponseCcTenderInfo) GetAccountTokenMessage() string

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

GetAccountTokenMessageOk

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.

SetAccountTokenMessage

func (o *TransactionPaymentResponseCcTenderInfo) SetAccountTokenMessage(v string)

SetAccountTokenMessage sets AccountTokenMessage field to given value.

HasAccountTokenMessage

func (o *TransactionPaymentResponseCcTenderInfo) HasAccountTokenMessage() bool

HasAccountTokenMessage returns a boolean if a field has been set.

GetCreateAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) GetCreateAccountToken() bool

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

GetCreateAccountTokenOk

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.

SetCreateAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) SetCreateAccountToken(v bool)

SetCreateAccountToken sets CreateAccountToken field to given value.

HasCreateAccountToken

func (o *TransactionPaymentResponseCcTenderInfo) HasCreateAccountToken() bool

HasCreateAccountToken returns a boolean if a field has been set.

GetCommissionType

func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionType() TransactionPaymentResponseAchTenderInfoCommissionType

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

GetCommissionTypeOk

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.

SetCommissionType

func (o *TransactionPaymentResponseCcTenderInfo) SetCommissionType(v TransactionPaymentResponseAchTenderInfoCommissionType)

SetCommissionType sets CommissionType field to given value.

HasCommissionType

func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionType() bool

HasCommissionType returns a boolean if a field has been set.

GetCommissionValue

func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionValue() float32

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

GetCommissionValueOk

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.

SetCommissionValue

func (o *TransactionPaymentResponseCcTenderInfo) SetCommissionValue(v float32)

SetCommissionValue sets CommissionValue field to given value.

HasCommissionValue

func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionValue() bool

HasCommissionValue returns a boolean if a field has been set.

GetCommissionFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) GetCommissionFixedValue() float32

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

GetCommissionFixedValueOk

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.

SetCommissionFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) SetCommissionFixedValue(v float32)

SetCommissionFixedValue sets CommissionFixedValue field to given value.

HasCommissionFixedValue

func (o *TransactionPaymentResponseCcTenderInfo) HasCommissionFixedValue() bool

HasCommissionFixedValue returns a boolean if a field has been set.

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