UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 281 B
import type { PaymentDetailsBase } from './payment-details-base.js'; import type { PaymentItem } from './payment-item.js'; export interface PaymentDetailsInit extends PaymentDetailsBase { id?: string; total: PaymentItem; } //# sourceMappingURL=payment-details-init.d.ts.map