UNPKG

np-payment-sdk

Version:

Unified Payment SDK for Nepal (eSewa, Khalti, ConnectIPS, IME Pay, Mobile Banking)

5 lines (4 loc) 144 B
export declare class PaymentError extends Error { code?: string | undefined; constructor(message: string, code?: string | undefined); }