wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BillingDayCustomization = void 0;
var BillingDayCustomization;
(function (BillingDayCustomization) {
BillingDayCustomization["DEFAULT"] = "DEFAULT";
BillingDayCustomization["SPECIFIC"] = "SPECIFIC";
})(BillingDayCustomization || (exports.BillingDayCustomization = BillingDayCustomization = {}));