UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines (5 loc) 180 B
import type { PaymentItem } from '../@standard/w3c/payment-item.js'; export interface ResolvedPaymentDetailsInterface { displayItems: PaymentItem[]; total: PaymentItem; }