DigitalPayCompletionRequest
public protocol DigitalPayCompletionRequest
The JSON request structure of the Completions endpoint.
-
A merchant application specific reference number.
This number should uniquely identify the transaction in the merchant’s system.
Declaration
Swift
var clientReference: String { get }
-
The merchant order number of the transaction.
Declaration
Swift
var orderNumber: String { get }
-
List of completions
Declaration
Swift
var completions: [DigitalPayCompletion] { get }