ApplePayPaymentMethod
A dictionary that describes an Apple Pay payment method.
Declaration
dictionary ApplePayPaymentMethod {
DOMString displayName;
DOMString network;
ApplePayPaymentMethodType type;
ApplePayPaymentPass paymentPass;
ApplePayPaymentContact billingContact;
};