UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines (7 loc) 216 B
// https://developers.google.com/pay/api/android/reference/response-objects#Address export interface AndroidMinAddress { countryCode: string; name: string; phoneNumber?: string; postalCode: string; }