UNPKG

@rnw-community/react-native-payments

Version:

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

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