UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines (9 loc) 269 B
export enum PaymentAddressFieldEnum { AddressLine = 'addressLine', City = 'city', Country = 'country', DependentLocality = 'dependentLocality', PostalCode = 'postalCode', Region = 'region', SubAdministrativeArea = 'subAdministrativeArea', }