UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

14 lines (13 loc) 290 B
export interface ApiError { status?: number; errorCode?: string; message?: string; errorType?: string; pspReference?: string; detail?: string; instance?: string; invalidFields?: Array<string>; requestId?: string; title?: string; type?: string; }