TransactionRefundDetails

Request payload containing the refund reason and instructions

interface TransactionRefundDetails

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

clientReference
Link copied to clipboard

An optional client reference to be associated with the transaction.

If not supplied the transactionId will be used.

abstract val clientReference: String?
reason
Link copied to clipboard

The reason for the refund, or other message logged with the transaction

abstract val reason: String