UNPKG

wallee

Version:
10 lines (9 loc) 376 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductFeeType = void 0; var ProductFeeType; (function (ProductFeeType) { ProductFeeType["METERED_FEE"] = "METERED_FEE"; ProductFeeType["SETUP_FEE"] = "SETUP_FEE"; ProductFeeType["PERIOD_FEE"] = "PERIOD_FEE"; })(ProductFeeType || (exports.ProductFeeType = ProductFeeType = {}));