UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines (5 loc) 217 B
// https://developers.google.com/pay/api/android/reference/request-objects#BillingAddressParameters export interface AndroidBillingAddressParameters { format?: 'FULL' | 'MIN'; phoneNumberRequired?: boolean; }