nimbbl_react_native_sdk
Version:
A simple react native checkout integration package.
15 lines • 480 B
TypeScript
import { Environments } from './constants/Urls';
export interface NimbblReactNativeProps {
accessKey: string;
show: boolean;
orderId: string;
onClose: (data: any) => void;
payment_mode_code?: 'net_banking' | 'wallet' | 'card' | 'upi';
bank_code?: string;
wallet_code?: string;
payment_flow?: 'intent' | 'collect';
upi_id?: string;
upi_app_code?: string;
environment?: Environments;
}
//# sourceMappingURL=NimbblReactNativeProps.d.ts.map