UNPKG

dhl-express-api-client

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