UNPKG

@rnw-community/react-native-payments

Version:

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

11 lines 311 B
export interface PaymentResponseAddressInterface { address1: string; address2: string; address3: string; administrativeArea: string; countryCode: string; locality: string; postalCode: string; sortingCode: string; } //# sourceMappingURL=payment-response-address.interface.d.ts.map