UNPKG

@rnw-community/react-native-payments

Version:

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

12 lines (11 loc) 275 B
// TODO: Validate IOS types export interface PaymentResponseAddressInterface { address1: string; address2: string; address3: string; administrativeArea: string; countryCode: string; locality: string; postalCode: string; sortingCode: string; }