UNPKG

@rnw-community/react-native-payments

Version:

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

11 lines 281 B
export interface IosCNPostalAddress { ISOCountryCode: string; city: string; country: string; postalCode: string; state: string; street: string; subAdministrativeArea: string; subLocality: string; } //# sourceMappingURL=ios-cn-postal-address.d.ts.map