UNPKG

@adyen/api-library

Version:

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

46 lines 1.09 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceError = void 0; class ServiceError { static getAttributeTypeMap() { return ServiceError.attributeTypeMap; } } exports.ServiceError = ServiceError; ServiceError.discriminator = undefined; ServiceError.attributeTypeMap = [ { "name": "errorCode", "baseName": "errorCode", "type": "string" }, { "name": "errorType", "baseName": "errorType", "type": "string" }, { "name": "message", "baseName": "message", "type": "string" }, { "name": "pspReference", "baseName": "pspReference", "type": "string" }, { "name": "status", "baseName": "status", "type": "number" } ]; //# sourceMappingURL=serviceError.js.map