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