UNPKG

dhl-express-api-client

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