OpenPayVoidResponse
public protocol OpenPayVoidResponse
The JSON success response structure of the Openpay Voids 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 void responses
Declaration
Swift
var voidResponses: [OpenPayVoidTransactionResponse] { get }