Contents

ApplePayPaymentMethod

A dictionary that describes an Apple Pay payment method.

Declaration

dictionary ApplePayPaymentMethod {
	DOMString displayName;
	DOMString network;
	ApplePayPaymentMethodType type;
	ApplePayPaymentPass paymentPass;
	ApplePayPaymentContact billingContact;
};

Mentioned in

Topics

Accessing payment method data

See Also

Handling payment method updates