A dictionary that describes an Apple Pay payment card.
SDKs
- Safari Desktop 10.0+
- Safari Mobile 10.0+
Framework
- Apple Pay JS
Declaration
dictionary ApplePayPaymentMethod {
DOMString displayName;
DOMString network;
Apple Pay Payment Method Type type;
Apple Pay Payment Pass paymentPass;
};