Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.91 KB

File metadata and controls

68 lines (46 loc) · 1.91 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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

SubscriptionStatus Enum

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
}

🏷️ Values

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.

📍 Used By

Models and fields that reference this type.

diagram


📚 References


Previous: NotificationSeverity · Next: WorkspaceRole