OpenPayRefundResponse
public protocol OpenPayRefundResponse
The JSON success response structure of the Openpay Refunds endpoint.
-
Container reference in the transaction logs.
This number uniquely identifies the whole/grouped transaction in the container.
Declaration
Swift
var transactionReceipt: String { get }
-
List of refund response
Declaration
Swift
var refundResponses: [OpenPayRefundTransactionResponse] { get }