@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
10 lines • 332 B
TypeScript
export declare enum PaymentAddressFieldEnum {
AddressLine = "addressLine",
City = "city",
Country = "country",
DependentLocality = "dependentLocality",
PostalCode = "postalCode",
Region = "region",
SubAdministrativeArea = "subAdministrativeArea"
}
//# sourceMappingURL=payment-address-field.enum.d.ts.map