UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines (5 loc) 169 B
// https://developer.apple.com/documentation/passkit/pkshippingmethod?language=objc export interface IosPKShippingMethod { detail: string; identifier: string; }