@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
6 lines • 307 B
TypeScript
import type { Maybe } from '@rnw-community/shared';
export declare const PaymentRequest: Maybe<{
new (methodData: PaymentMethodData[], details: PaymentDetailsInit, options?: PaymentOptions): PaymentRequest;
prototype: PaymentRequest;
}> | undefined;
//# sourceMappingURL=payment-request.web.d.ts.map