UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines 427 B
import type { IosCNPhoneNumber } from './ios-cn-phone-number'; import type { IosCNPostalAddress } from './ios-cn-postal-address'; import type { IosNSPersonNameComponents } from './ios-ns-person-name-components'; export interface IosPKContact { emailAddress: string; name: IosNSPersonNameComponents; phoneNumber: IosCNPhoneNumber; postalAddress: IosCNPostalAddress; } //# sourceMappingURL=ios-pk-contact.d.ts.map