UNPKG

bc-elavon-sdk

Version:

BetterCommerce's Elavon NodeJS SDK enables BC client applications to integrate with Elavon merchant API system. It publishes an interface to interact with [Elavon API](https://developer.elavon.com/products/checkout-js/v1/api-reference/) endpoints.

5 lines (4 loc) 221 B
import { BaseException } from "./BaseException"; export declare class AuthenticationException extends BaseException { constructor(httpResponseCode: any, status: string, errorCode: string, errorMessage: string); }