UNPKG

@myorb/dhl-express

Version:
14 lines (13 loc) 872 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum = void 0; /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum; (function (SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum) { SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum["Freight"] = "freight"; SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum["Additional"] = "additional"; SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum["Insurance"] = "insurance"; })(SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum = exports.SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum || (exports.SupermodelIoLogisticsExpressLandedCostRequestChargesTypeCodeEnum = {}));