UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines 243 B
import type { PaymentItem } from '../@standard/w3c/payment-item.js'; export interface ResolvedPaymentDetailsInterface { displayItems: PaymentItem[]; total: PaymentItem; } //# sourceMappingURL=resolved-payment-details.interface.d.ts.map