@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
78 lines • 1.77 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.RestServiceError = void 0;
class RestServiceError {
static getAttributeTypeMap() {
return RestServiceError.attributeTypeMap;
}
constructor() {
}
}
exports.RestServiceError = RestServiceError;
RestServiceError.discriminator = undefined;
RestServiceError.mapping = undefined;
RestServiceError.attributeTypeMap = [
{
"name": "detail",
"baseName": "detail",
"type": "string",
"format": ""
},
{
"name": "errorCode",
"baseName": "errorCode",
"type": "string",
"format": ""
},
{
"name": "instance",
"baseName": "instance",
"type": "string",
"format": ""
},
{
"name": "invalidFields",
"baseName": "invalidFields",
"type": "Array<InvalidField>",
"format": ""
},
{
"name": "requestId",
"baseName": "requestId",
"type": "string",
"format": ""
},
{
"name": "response",
"baseName": "response",
"type": "any",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "number",
"format": "int32"
},
{
"name": "title",
"baseName": "title",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=restServiceError.js.map