Enum SubscriptionStatus
Defines different life cycle statuses of a product subscription.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum SubscriptionStatus
Fields
Name | Description |
---|---|
Activated | Indicates that product subscription request has been approved and subscription is currently active. |
Deactivated | Indicates that product subscription request has been denied or a previously active subscription has been either temporary or permanently deactivated. |
Requested | Indicates that product subscription has been requested and expecting the approval from administrator. |