UNPKG

dhl-express-api-client

Version:
52 lines 1.67 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressErrorResponse = void 0; var SupermodelIoLogisticsExpressErrorResponse = (function () { function SupermodelIoLogisticsExpressErrorResponse() { } SupermodelIoLogisticsExpressErrorResponse.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressErrorResponse.attributeTypeMap; }; SupermodelIoLogisticsExpressErrorResponse.discriminator = undefined; SupermodelIoLogisticsExpressErrorResponse.attributeTypeMap = [ { "name": "instance", "baseName": "instance", "type": "string", "format": "" }, { "name": "detail", "baseName": "detail", "type": "string", "format": "" }, { "name": "title", "baseName": "title", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "additionalDetails", "baseName": "additionalDetails", "type": "Array<string>", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" } ]; return SupermodelIoLogisticsExpressErrorResponse; }()); exports.SupermodelIoLogisticsExpressErrorResponse = SupermodelIoLogisticsExpressErrorResponse; //# sourceMappingURL=SupermodelIoLogisticsExpressErrorResponse.js.map