UNPKG

nativescript-razorpay

Version:

A {N} plugin that wraps around native iOS and Android plugins

7 lines (6 loc) 214 B
import { CheckoutCommon } from './razorpay.common'; export declare class RazorpayCheckout extends CheckoutCommon { constructor(razorPayKey : string); open(options : any) : Promise<string>; preload(): void; }