//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: schema.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Enums / SubscriptionStatus
Current status of a subscription lifecycle.
Subscriptions follow this state machine: TRIALING → ACTIVE → (PAST_DUE → ACTIVE | CANCELED) → CANCELED Canceled subscriptions remain accessible until the period end date.
Defined in: enums.zmodel
Declaration · enums.zmodel
enum SubscriptionStatus {
TRIALING
ACTIVE
PAST_DUE
CANCELED
}Possible values for this enumeration.
| Value | Description |
|---|---|
TRIALING |
Free trial period. Full feature access, no payment method required. |
ACTIVE |
Paid and active. All plan features available. |
PAST_DUE |
Payment failed. A 7-day grace period allows retry before suspension. |
CANCELED |
Terminated by user or system. Read-only access until period end. |
Models and fields that reference this type.
Previous: NotificationSeverity · Next: WorkspaceRole