UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines (6 loc) 192 B
// https://www.w3.org/TR/payment-request/#dom-paymentvalidationerrors export interface PaymentValidationErrors { error: string; // TODO: Add type object: Record<string, string>; }