UNPKG

wallee

Version:
10 lines (9 loc) 476 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubscriptionLedgerEntryState = void 0; var SubscriptionLedgerEntryState; (function (SubscriptionLedgerEntryState) { SubscriptionLedgerEntryState["OPEN"] = "OPEN"; SubscriptionLedgerEntryState["SCHEDULED"] = "SCHEDULED"; SubscriptionLedgerEntryState["PAID"] = "PAID"; })(SubscriptionLedgerEntryState || (exports.SubscriptionLedgerEntryState = SubscriptionLedgerEntryState = {}));