UNPKG

bc-clearpay-sdk

Version:

BetterCommerce's ClearPay NodeJS SDK enables BC client applications to integrate with ClearPay merchant API system. It publishes an interface to interact with [ClearPay API v2](https://developers.clearpay.co.uk/clearpay-online/reference) endpoints.

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