UNPKG

@rnw-community/react-native-payments

Version:

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

12 lines (11 loc) 314 B
// https://developer.apple.com/documentation/contacts/cnpostaladdress?language=objc export interface IosCNPostalAddress { ISOCountryCode: string; city: string; country: string; postalCode: string; state: string; street: string; subAdministrativeArea: string; subLocality: string; }