Enum SubscriptionStatus
- Namespace
- NetCord
- Assembly
- NetCord.dll
public enum SubscriptionStatus : byte
Fields
Active = 0
Subscription is active and scheduled to renew.
Ending = 1
Subscription is active but will not renew.
Inactive = 2
Subscription is inactive and not being charged.