OpenPayVoidTransactionResponse

interface OpenPayVoidTransactionResponse : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

amount
Link copied to clipboard

The amount processed in the void.

abstract val amount: BigDecimal
extendedTransactionData
Link copied to clipboard

This array is only included in the response if it is enabled in the consumers API configuration.

abstract val extendedTransactionData: List<OpenPayExtendedTransactionData>?
externalServiceCode
Link copied to clipboard

The external service code (from eg. Openpay).

This property is only included in the response if it is enabled in the consumers API configuration.

abstract val externalServiceCode: String?
externalServiceMessage
Link copied to clipboard

The external service message (from eg. Openpay).

This property is only included in the response if it is enabled in the consumers API configuration.

abstract val externalServiceMessage: String?
paymentTransactionRef
Link copied to clipboard

Container reference in the transaction logs. This number uniquely identifies the openpay transaction in the container.

abstract val paymentTransactionRef: String
voidTransactionRef
Link copied to clipboard

Container reference in the transaction logs. This number uniquely identifies the void transaction in the container.

abstract val voidTransactionRef: String