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