UNPKG

@rnw-community/react-native-payments

Version:

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

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