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