Interface

DigitalPayRefundResponse

DigitalPayRefundResponse

The JSON success response structure of the Refunds endpoint.

View Source model/DigiPayModel/DigitalPayRefundResponse.d.ts, line 3

Members

boolean

# partialSuccess

A flag to indicate if a split refund was only partially successful, ie. at least 1 of the refunds had a successful result.

View Source model/DigiPayModel/DigitalPayRefundResponse.d.ts, line 16

Array

# refundResponses

List of refund response

View Source model/DigiPayModel/DigitalPayRefundResponse.d.ts, line 20

string

# transactionReceipt

Container reference in the transaction logs. This number uniquely identifies the whole/grouped transaction in the container.

View Source model/DigiPayModel/DigitalPayRefundResponse.d.ts, line 9