UNPKG

dhl-express-api-client

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