@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.41 kB
JavaScript
;
/*
* The version of the OpenAPI document: v54
*
*
* 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;
}
constructor() {
}
}
exports.ServiceError = ServiceError;
ServiceError.discriminator = undefined;
ServiceError.mapping = undefined;
ServiceError.attributeTypeMap = [
{
"name": "additionalData",
"baseName": "additionalData",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "errorCode",
"baseName": "errorCode",
"type": "string",
"format": ""
},
{
"name": "errorType",
"baseName": "errorType",
"type": "string",
"format": ""
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "pspReference",
"baseName": "pspReference",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=serviceError.js.map