---
name: SubscriptionState
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# SubscriptionState

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `NeverSubscribed` | 0 | User has never subscribed to the product. |
| `SubscribedWillRenew` | 1 | Subscription is active and will renew. |
| `SubscribedWillNotRenew` | 2 | Subscription is active and will not renew. |
| `SubscribedRenewalPaymentPending` | 3 | Subscription is active and renewal payment is pending. |
| `Expired` | 4 | Subscription has expired. |