UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

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