UNPKG

@rnw-community/react-native-payments

Version:

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

11 lines 523 B
import type { PaymentItem } from '../@standard/w3c/payment-item.js'; import type { PaymentDetailsUpdateError } from '../type/payment-details-update-error.type.js'; import type { PaymentRequestEventType } from '../type/payment-request-event.type.js'; export interface NativePaymentDetailsUpdateInterface { error: PaymentDetailsUpdateError; eventId?: number; eventName: PaymentRequestEventType; requestId: string; total: PaymentItem; } //# sourceMappingURL=native-payment-details-update.interface.d.ts.map