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