UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines (4 loc) 233 B
import type { PaymentValidationErrors } from '../@standard/w3c/payment-validation-errors.js'; export interface NativePaymentsRetryInterface { retry?: (requestId: string, errorFields: PaymentValidationErrors) => Promise<void>; }