Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 12.3 KB

File metadata and controls

368 lines (199 loc) · 12.3 KB

TransactionPaymentResponseTransactionResult

Properties

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]

Methods

NewTransactionPaymentResponseTransactionResult

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

NewTransactionPaymentResponseTransactionResultWithDefaults

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

GetSuccess

func (o *TransactionPaymentResponseTransactionResult) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

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.

SetSuccess

func (o *TransactionPaymentResponseTransactionResult) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *TransactionPaymentResponseTransactionResult) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetProcessorAuthCode

func (o *TransactionPaymentResponseTransactionResult) GetProcessorAuthCode() string

GetProcessorAuthCode returns the ProcessorAuthCode field if non-nil, zero value otherwise.

GetProcessorAuthCodeOk

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.

SetProcessorAuthCode

func (o *TransactionPaymentResponseTransactionResult) SetProcessorAuthCode(v string)

SetProcessorAuthCode sets ProcessorAuthCode field to given value.

HasProcessorAuthCode

func (o *TransactionPaymentResponseTransactionResult) HasProcessorAuthCode() bool

HasProcessorAuthCode returns a boolean if a field has been set.

GetTraceNumber

func (o *TransactionPaymentResponseTransactionResult) GetTraceNumber() string

GetTraceNumber returns the TraceNumber field if non-nil, zero value otherwise.

GetTraceNumberOk

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.

SetTraceNumber

func (o *TransactionPaymentResponseTransactionResult) SetTraceNumber(v string)

SetTraceNumber sets TraceNumber field to given value.

HasTraceNumber

func (o *TransactionPaymentResponseTransactionResult) HasTraceNumber() bool

HasTraceNumber returns a boolean if a field has been set.

GetReasonCode

func (o *TransactionPaymentResponseTransactionResult) GetReasonCode() string

GetReasonCode returns the ReasonCode field if non-nil, zero value otherwise.

GetReasonCodeOk

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.

SetReasonCode

func (o *TransactionPaymentResponseTransactionResult) SetReasonCode(v string)

SetReasonCode sets ReasonCode field to given value.

HasReasonCode

func (o *TransactionPaymentResponseTransactionResult) HasReasonCode() bool

HasReasonCode returns a boolean if a field has been set.

GetReasonMessage

func (o *TransactionPaymentResponseTransactionResult) GetReasonMessage() string

GetReasonMessage returns the ReasonMessage field if non-nil, zero value otherwise.

GetReasonMessageOk

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.

SetReasonMessage

func (o *TransactionPaymentResponseTransactionResult) SetReasonMessage(v string)

SetReasonMessage sets ReasonMessage field to given value.

HasReasonMessage

func (o *TransactionPaymentResponseTransactionResult) HasReasonMessage() bool

HasReasonMessage returns a boolean if a field has been set.

GetAdditionResultData

func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultData() string

GetAdditionResultData returns the AdditionResultData field if non-nil, zero value otherwise.

GetAdditionResultDataOk

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.

SetAdditionResultData

func (o *TransactionPaymentResponseTransactionResult) SetAdditionResultData(v string)

SetAdditionResultData sets AdditionResultData field to given value.

HasAdditionResultData

func (o *TransactionPaymentResponseTransactionResult) HasAdditionResultData() bool

HasAdditionResultData returns a boolean if a field has been set.

GetAdditionResultData2

func (o *TransactionPaymentResponseTransactionResult) GetAdditionResultData2() string

GetAdditionResultData2 returns the AdditionResultData2 field if non-nil, zero value otherwise.

GetAdditionResultData2Ok

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.

SetAdditionResultData2

func (o *TransactionPaymentResponseTransactionResult) SetAdditionResultData2(v string)

SetAdditionResultData2 sets AdditionResultData2 field to given value.

HasAdditionResultData2

func (o *TransactionPaymentResponseTransactionResult) HasAdditionResultData2() bool

HasAdditionResultData2 returns a boolean if a field has been set.

GetVerificationStatus

func (o *TransactionPaymentResponseTransactionResult) GetVerificationStatus() bool

GetVerificationStatus returns the VerificationStatus field if non-nil, zero value otherwise.

GetVerificationStatusOk

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.

SetVerificationStatus

func (o *TransactionPaymentResponseTransactionResult) SetVerificationStatus(v bool)

SetVerificationStatus sets VerificationStatus field to given value.

HasVerificationStatus

func (o *TransactionPaymentResponseTransactionResult) HasVerificationStatus() bool

HasVerificationStatus returns a boolean if a field has been set.

GetVerification1Code

func (o *TransactionPaymentResponseTransactionResult) GetVerification1Code() string

GetVerification1Code returns the Verification1Code field if non-nil, zero value otherwise.

GetVerification1CodeOk

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.

SetVerification1Code

func (o *TransactionPaymentResponseTransactionResult) SetVerification1Code(v string)

SetVerification1Code sets Verification1Code field to given value.

HasVerification1Code

func (o *TransactionPaymentResponseTransactionResult) HasVerification1Code() bool

HasVerification1Code returns a boolean if a field has been set.

GetVerification2Code

func (o *TransactionPaymentResponseTransactionResult) GetVerification2Code() string

GetVerification2Code returns the Verification2Code field if non-nil, zero value otherwise.

GetVerification2CodeOk

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.

SetVerification2Code

func (o *TransactionPaymentResponseTransactionResult) SetVerification2Code(v string)

SetVerification2Code sets Verification2Code field to given value.

HasVerification2Code

func (o *TransactionPaymentResponseTransactionResult) HasVerification2Code() bool

HasVerification2Code returns a boolean if a field has been set.

GetErrorCode

func (o *TransactionPaymentResponseTransactionResult) GetErrorCode() string

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

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.

SetErrorCode

func (o *TransactionPaymentResponseTransactionResult) SetErrorCode(v string)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *TransactionPaymentResponseTransactionResult) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetErrorMessage

func (o *TransactionPaymentResponseTransactionResult) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

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.

SetErrorMessage

func (o *TransactionPaymentResponseTransactionResult) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *TransactionPaymentResponseTransactionResult) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetMerchantReference

func (o *TransactionPaymentResponseTransactionResult) GetMerchantReference() string

GetMerchantReference returns the MerchantReference field if non-nil, zero value otherwise.

GetMerchantReferenceOk

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.

SetMerchantReference

func (o *TransactionPaymentResponseTransactionResult) SetMerchantReference(v string)

SetMerchantReference sets MerchantReference field to given value.

HasMerchantReference

func (o *TransactionPaymentResponseTransactionResult) HasMerchantReference() bool

HasMerchantReference returns a boolean if a field has been set.

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