UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

10 lines (9 loc) 240 B
export interface APIError { category?: string | null; code?: string | null; httpStatusCode?: number | null; id?: string | null; message?: string | null; propertyName?: string | null; requestId?: string | null; }