@bounceapp/react-native-paypal
Version:
React Native wrapper to bridge PayPal iOS and Android SDK
5 lines • 315 B
TypeScript
import type { RequestBillingAgreementOptions, RequestBillingAgreementResponse } from "./types";
declare const Paypal: any;
export declare const requestBillingAgreement: (options: RequestBillingAgreementOptions) => Promise<RequestBillingAgreementResponse>;
export default Paypal;
//# sourceMappingURL=Paypal.d.ts.map