UNPKG

dhl-express-api-client

Version:
34 lines 868 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Weight = void 0; var Weight = (function () { function Weight() { } Weight.getAttributeTypeMap = function () { return Weight.attributeTypeMap; }; Weight.discriminator = undefined; Weight.attributeTypeMap = [ { "name": "volumetric", "baseName": "volumetric", "type": "number", "format": "" }, { "name": "provided", "baseName": "provided", "type": "number", "format": "" }, { "name": "unitOfMeasurement", "baseName": "unitOfMeasurement", "type": "string", "format": "" } ]; return Weight; }()); exports.Weight = Weight; //# sourceMappingURL=Weight.js.map