UNPKG

dhl-express-api-client

Version:
28 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressUploadInvoiceDataResponse = void 0; var SupermodelIoLogisticsExpressUploadInvoiceDataResponse = (function () { function SupermodelIoLogisticsExpressUploadInvoiceDataResponse() { } SupermodelIoLogisticsExpressUploadInvoiceDataResponse.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressUploadInvoiceDataResponse.attributeTypeMap; }; SupermodelIoLogisticsExpressUploadInvoiceDataResponse.discriminator = undefined; SupermodelIoLogisticsExpressUploadInvoiceDataResponse.attributeTypeMap = [ { "name": "warnings", "baseName": "warnings", "type": "Array<string>", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" } ]; return SupermodelIoLogisticsExpressUploadInvoiceDataResponse; }()); exports.SupermodelIoLogisticsExpressUploadInvoiceDataResponse = SupermodelIoLogisticsExpressUploadInvoiceDataResponse; //# sourceMappingURL=SupermodelIoLogisticsExpressUploadInvoiceDataResponse.js.map