UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines (9 loc) 281 B
// https://developer.apple.com/documentation/foundation/nspersonnamecomponents?language=objc export interface IosNSPersonNameComponents { familyName: string; givenName: string; middleName: string; namePrefix: string; nameSuffix: string; nickname: string; }