dhl-express-api-client
Version:
DHL express API client
28 lines • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight = void 0;
var SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight = (function () {
function SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight() {
}
SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight.attributeTypeMap;
};
SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight.discriminator = undefined;
SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight.attributeTypeMap = [
{
"name": "netValue",
"baseName": "netValue",
"type": "number",
"format": ""
},
{
"name": "grossValue",
"baseName": "grossValue",
"type": "number",
"format": ""
}
];
return SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight;
}());
exports.SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight = SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight;
//# sourceMappingURL=SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerWeight.js.map