DigitalPayCompletionResponse
public protocol DigitalPayCompletionResponse
The JSON response structure of the 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 }
-
A flag to indicate if a split completion was only partially successful,
ie. at least 1 of the completions had a successful result.
Declaration
Swift
var partialSuccess: Bool? { get }
-
Undocumented
Declaration
Swift
var completionResponses: [DigitalPayTransactionCompletionResponse] { get }