wallee
Version:
TypeScript/JavaScript client for wallee
10 lines (9 loc) • 376 B
JavaScript
;
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 = {}));