ApplePayPaymentOrderDetails
A dictionary that contains metadata related to an order.
Declaration
dictionary ApplePayPaymentOrderDetails {
required DOMString orderTypeIdentifier;
required DOMString orderIdentifier;
required DOMString webServiceURL;
required DOMString authenticationToken;
};