UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 331 B
import type { PaymentMethodData } from '../@standard/w3c/payment-method-data.js'; import type { ClassType } from '@rnw-community/shared'; export declare const validateAndroidTransactionInfo: (methodData: PaymentMethodData[], ErrorType: ClassType<Error>) => void; //# sourceMappingURL=validate-android-transaction-info.util.d.ts.map