UNPKG

bc-checkout-sdk

Version:

BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.

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