UNPKG

@rnw-community/react-native-payments

Version:

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

5 lines 293 B
import type { PaymentValidationErrors } from '../@standard/w3c/payment-validation-errors.js'; export interface NativePaymentsRetryInterface { retry?: (requestId: string, errorFields: PaymentValidationErrors) => Promise<void>; } //# sourceMappingURL=native-payments-retry.interface.d.ts.map