| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Pointer to bool | [optional] | |
| ProcessorAuthCode | Pointer to string | [optional] | |
| TraceNumber | Pointer to string | [optional] | |
| ReasonCode | Pointer to string | [optional] | |
| ReasonMessage | Pointer to string | [optional] | |
| AdditionResultData | Pointer to string | [optional] | |
| AdditionResultData2 | Pointer to string | [optional] | |
| VerificationStatus | Pointer to bool | [optional] | |
| Verification1Code | Pointer to string | [optional] | |
| Verification2Code | Pointer to string | [optional] | |
| ErrorCode | Pointer to string | [optional] | |
| ErrorMessage | Pointer to string | [optional] | |
| MerchantReference | Pointer to string | [optional] |
func NewTransactionPaymentResponseTransactionResult() *TransactionPaymentResponseTransactionResult
NewTransactionPaymentResponseTransactionResult instantiates a new TransactionPaymentResponseTransactionResult 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 NewTransactionPaymentResponseTransactionResultWithDefaults() *TransactionPaymentResponseTransactionResult
NewTransactionPaymentResponseTransactionResultWithDefaults instantiates a new TransactionPaymentResponseTransactionResult 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 *TransactionPaymentResponseTransactionResult) GetSuccess() bool
GetSuccess returns the Success field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetSuccess(v bool)
SetSuccess sets Success field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetProcessorAuthCode() string
GetProcessorAuthCode returns the ProcessorAuthCode field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetProcessorAuthCodeOk() (*string, bool)
GetProcessorAuthCodeOk returns a tuple with the ProcessorAuthCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetProcessorAuthCode(v string)
SetProcessorAuthCode sets ProcessorAuthCode field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasProcessorAuthCode() bool
HasProcessorAuthCode returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetTraceNumber() string
GetTraceNumber returns the TraceNumber field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetTraceNumberOk() (*string, bool)
GetTraceNumberOk returns a tuple with the TraceNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetTraceNumber(v string)
SetTraceNumber sets TraceNumber field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasTraceNumber() bool
HasTraceNumber returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetReasonCode() string
GetReasonCode returns the ReasonCode field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetReasonCodeOk() (*string, bool)
GetReasonCodeOk returns a tuple with the ReasonCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetReasonCode(v string)
SetReasonCode sets ReasonCode field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasReasonCode() bool
HasReasonCode returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetReasonMessage() string
GetReasonMessage returns the ReasonMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetReasonMessageOk() (*string, bool)
GetReasonMessageOk returns a tuple with the ReasonMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetReasonMessage(v string)
SetReasonMessage sets ReasonMessage field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasReasonMessage() bool
HasReasonMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultData() string
GetAdditionResultData returns the AdditionResultData field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultDataOk() (*string, bool)
GetAdditionResultDataOk returns a tuple with the AdditionResultData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetAdditionResultData(v string)
SetAdditionResultData sets AdditionResultData field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasAdditionResultData() bool
HasAdditionResultData returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultData2() string
GetAdditionResultData2 returns the AdditionResultData2 field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultData2Ok() (*string, bool)
GetAdditionResultData2Ok returns a tuple with the AdditionResultData2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetAdditionResultData2(v string)
SetAdditionResultData2 sets AdditionResultData2 field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasAdditionResultData2() bool
HasAdditionResultData2 returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetVerificationStatus() bool
GetVerificationStatus returns the VerificationStatus field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetVerificationStatusOk() (*bool, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetVerificationStatus(v bool)
SetVerificationStatus sets VerificationStatus field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetVerification1Code() string
GetVerification1Code returns the Verification1Code field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetVerification1CodeOk() (*string, bool)
GetVerification1CodeOk returns a tuple with the Verification1Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetVerification1Code(v string)
SetVerification1Code sets Verification1Code field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasVerification1Code() bool
HasVerification1Code returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetVerification2Code() string
GetVerification2Code returns the Verification2Code field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetVerification2CodeOk() (*string, bool)
GetVerification2CodeOk returns a tuple with the Verification2Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetVerification2Code(v string)
SetVerification2Code sets Verification2Code field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasVerification2Code() bool
HasVerification2Code returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetErrorCode() string
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetErrorCode(v string)
SetErrorCode sets ErrorCode field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *TransactionPaymentResponseTransactionResult) GetMerchantReference() string
GetMerchantReference returns the MerchantReference field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseTransactionResult) GetMerchantReferenceOk() (*string, bool)
GetMerchantReferenceOk returns a tuple with the MerchantReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseTransactionResult) SetMerchantReference(v string)
SetMerchantReference sets MerchantReference field to given value.
func (o *TransactionPaymentResponseTransactionResult) HasMerchantReference() bool
HasMerchantReference returns a boolean if a field has been set.