Interface

TransactionRefundDetails

TransactionRefundDetails

Request payload containing the refund reason and instructions

View Source model/TransactionRefundDetails.d.ts, line 3

Members

string

# clientReference Optional

An optional client reference to be associated with the transaction. If not supplied the transactionId will be used.

View Source model/TransactionRefundDetails.d.ts, line 13

string

# reason

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

View Source model/TransactionRefundDetails.d.ts, line 9

Array

# subTransactions Optional

List of payments and amounts to refund. Can be used to refund to multiple payment instruments or to issue partial refunds. If subTransactions is not supplied the entire transaction will be refunded.

View Source model/TransactionRefundDetails.d.ts, line 21