UNPKG

transact-payments

Version:

Node module to do payments using transact.io

8 lines (7 loc) 249 B
import { TransactIoErrorCode } from './TransactIoErrorCode'; export declare class TransactIoError extends Error { message: string; code: TransactIoErrorCode; err: any; constructor(msg: string, code: TransactIoErrorCode, err: any); }