UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

8 lines (7 loc) 373 B
// https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/pkcontactfield?language=objc export enum IOSPKContactField { PKContactFieldEmailAddress = 'PKContactFieldEmailAddress', PKContactFieldName = 'PKContactFieldName', PKContactFieldPhoneNumber = 'PKContactFieldPhoneNumber', PKContactFieldPostalAddress = 'PKContactFieldPostalAddress', }