Functions
Properties
clientReference
Link copied to clipboard
An optional client reference associated with the transaction.
executionTime
Link copied to clipboard
Timestamp of when the transaction occurred
grossAmount
Link copied to clipboard
The gross amount to be paid. Must be positive except for refunds
instruments
Link copied to clipboard
The instruments used to make the payment. For refunds and cash back amounts will be negative
abstract override val instruments: List<TransactionSummary.UsedPaymentInstrument>
Content copied to clipboard
merchantId
Link copied to clipboard
The ID of the merchant associated with this transaction
merchantReferenceId
Link copied to clipboard
The unique reference for the payment as defined by the Merchant
paymentRequestId
Link copied to clipboard
The ID of this payment request
refundReason
Link copied to clipboard
The reason provided for the refund. Only provided for REFUND transactions
rollback
Link copied to clipboard
The rollback state of this transaction
status
Link copied to clipboard
The current status of the transactions
subTransactions
Link copied to clipboard
Array of transaction responses returned by downstream processes
transactionId
Link copied to clipboard
The ID of the transaction
type
Link copied to clipboard
The type of transaction.
Inheritors
CustomerTransactionDetails
Link copied to clipboard