dhl-express-api-client
Version:
DHL express API client
28 lines • 1.34 kB
JavaScript
;
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