Interface

TransactionSummary

TransactionSummary

Summary information of a transaction

View Source model/TransactionSummary.d.ts, line 43

Members

string

# clientReference Optional

An optional client reference associated with the transaction.

View Source model/TransactionSummary.d.ts, line 53

Date

# executionTime

Timestamp of when the transaction occurred

View Source model/TransactionSummary.d.ts, line 62

Array

# instruments

The instruments used to make the payment. For refunds and cash back amounts will be negative

View Source model/TransactionSummary.d.ts, line 85

string

# refundReason Optional

The reason provided for the refund. Only provided for REFUND transactions

View Source model/TransactionSummary.d.ts, line 80

TransactionSummaryRollback

# rollback Optional

The rollback state of this transaction

View Source model/TransactionSummary.d.ts, line 70

TransactionSummaryPaymentStatus

# status

The current status of the transactions

View Source model/TransactionSummary.d.ts, line 66

Array

# subTransactions Optional

Array of transaction responses returned by downstream processes

View Source model/TransactionSummary.d.ts, line 75

string

# transactionId

The ID of the transaction

View Source model/TransactionSummary.d.ts, line 49