UNPKG

@rnw-community/react-native-payments

Version:

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

9 lines 286 B
import type { PaymentCurrencyAmount } from './payment-currency-amount.js'; export interface PaymentShippingOption { amount: PaymentCurrencyAmount; detail?: string; id: string; label: string; selected?: boolean; } //# sourceMappingURL=payment-shipping-option.d.ts.map