@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
5 lines • 337 B
TypeScript
import { type ClassType } from '@rnw-community/shared';
import type { PaymentItem } from '../@standard/w3c/payment-item';
import type { PaymentsError } from '../error/payments.error';
export declare const validateTotal: (total: PaymentItem, ErrorType?: ClassType<PaymentsError>) => void;
//# sourceMappingURL=validate-total.util.d.ts.map