UNPKG

dhl-express-api-client

Version:
28 lines 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment() { } SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment.attributeTypeMap = [ { "name": "productCode", "baseName": "productCode", "type": "string", "format": "" }, { "name": "packagesCount", "baseName": "packagesCount", "type": "number", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment = SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment.js.map