UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines 275 B
import type { PaymentCurrencyAmount } from '../../w3c/payment-currency-amount.js'; export interface IosPKShippingMethod { amount: PaymentCurrencyAmount; detail?: string; identifier: string; label: string; } //# sourceMappingURL=ios-pk-shipping-method.d.ts.map