UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

9 lines (8 loc) 231 B
import { CustomError } from 'ts-custom-error'; export declare class EzidebitAPIError extends CustomError { code: number; constructor({ Error, ErrorMessage }: { Error: number; ErrorMessage: string; }); }