OpenPayCompletionResponse
public protocol OpenPayCompletionResponse
The JSON response structure of the OpenPay Completions 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 completion responses
Declaration
Swift
var completionResponses: [OpenPayTransactionCompletionResponse] { get }