UNPKG

@myorb/dhl-express

Version:
34 lines (33 loc) 2.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum = void 0; /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum; (function (SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum) { SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum["Prt"] = "prt"; SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum["Box"] = "box"; })(SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum || (exports.SupermodelIoLogisticsExpressLandedCostRequestItemsQuantityTypeEnum = {})); /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum; (function (SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum) { SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum["Metric"] = "metric"; SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum["Imperial"] = "imperial"; })(SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum || (exports.SupermodelIoLogisticsExpressLandedCostRequestItemsWeightUnitOfMeasurementEnum = {})); /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum; (function (SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum) { SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum["DefaultRate"] = "default_rate"; SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum["DerivedRate"] = "derived_rate"; SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum["HighestRate"] = "highest_rate"; SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum["CenterRate"] = "center_rate"; SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum["LowestRate"] = "lowest_rate"; })(SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum || (exports.SupermodelIoLogisticsExpressLandedCostRequestItemsEstimatedTariffRateTypeEnum = {}));