DigitalPayRefundTransactionResponse

interface DigitalPayRefundTransactionResponse : 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 refund.

abstract val amount: BigDecimal
errorCode
Link copied to clipboard

The error code. Only present if an error occurred during payment.

abstract val errorCode: String?
errorDetail
Link copied to clipboard

The error detail. Only present if an error occurred during payment.

abstract val errorDetail: String?
errorMessage
Link copied to clipboard

The error message. Only present if an error occurred during payment.

abstract val errorMessage: String?
externalServiceCode
Link copied to clipboard

The external service code (from eg. Webpay).

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. Webpay).

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 credit card transaction in the container.

abstract val paymentTransactionRef: String
refundTransactionRef
Link copied to clipboard

Container reference in the transaction logs.

This number uniquely identifies the refund transaction in the container.

abstract val refundTransactionRef: String