UNPKG

central-gateway

Version:

Simplify payments in Bangladesh with one unified library for AamarPay, SSLCommerz, and bKash. Skip the hassle of multiple gateway documentations—our consistent API does it all for you!

6 lines (5 loc) • 188 B
export declare class PaymentError extends Error { readonly code: number; readonly data?: any | undefined; constructor(code: number, message: string, data?: any | undefined); }