@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 589 B
JavaScript
// https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/pkcontactfield?language=objc
export var IOSPKContactField;
(function (IOSPKContactField) {
IOSPKContactField["PKContactFieldEmailAddress"] = "PKContactFieldEmailAddress";
IOSPKContactField["PKContactFieldName"] = "PKContactFieldName";
IOSPKContactField["PKContactFieldPhoneNumber"] = "PKContactFieldPhoneNumber";
IOSPKContactField["PKContactFieldPostalAddress"] = "PKContactFieldPostalAddress";
})(IOSPKContactField || (IOSPKContactField = {}));
//# sourceMappingURL=ios-pk-contact-field.enum.js.map