stripe-react-native-apple-pay
Version:
React Native wrapper around Stripe Apple Pay
5 lines • 407 B
TypeScript
import { type PlatformPay, type InitialiseParams } from './types';
export declare function initStripe(params: InitialiseParams): Promise<void>;
export declare function isPlatformPaySupported(): Promise<boolean>;
export declare const confirmPlatformPayPayment: (clientSecret: string, params: PlatformPay.ConfirmParams) => Promise<PlatformPay.ConfirmPlatformPayResult>;
//# sourceMappingURL=functions.d.ts.map