ApplePayDeferredPaymentRequest
A dictionary that represents a request to set up a deferred payment, such as a hotel booking or a pre-order.
Declaration
dictionary ApplePayDeferredPaymentRequest {
DOMString billingAgreement;
required ApplePayLineItem deferredBilling;
Date freeCancellationDate;
DOMString freeCancellationDateTimeZone;
required DOMString managementURL;
required DOMString paymentDescription;
DOMString tokenNotificationURL;
};