UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 268 B
import type { PaymentMethodData } from '../@standard/w3c/payment-method-data'; /** @deprecated Move to PaymentRequest */ export declare const validatePaymentMethods: (methodData: PaymentMethodData[]) => void; //# sourceMappingURL=validate-payment-methods.util.d.ts.map