UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 291 B
import type { PaymentDetailsModifier } from './payment-details-modifier'; import type { PaymentItem } from './payment-item'; export interface PaymentDetailsBase { displayItems?: PaymentItem[]; modifiers?: PaymentDetailsModifier[]; } //# sourceMappingURL=payment-details-base.d.ts.map