Interface

TransactionVoidDetails

TransactionVoidDetails

Request payload containing the void instructions

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

Members

string

# clientReference

A client reference to be associated with the transaction.

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

string

# orderNumber

An order number to be associated with the transaction.

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

Array

# voids Optional

List of voids. Can be used to execute a void on multiple payment instruments. If voids is not supplied any pre-authorised sub transactions will be voided

View Source model/TransactionVoidDetails.d.ts, line 17