Enum AccountStatus
Enum AccountStatus. Refers to what status the account has on the API. Values "Paid", "Expired", "Trial" and "Free" should be ignored as they only pertain to specific resellers who have been informed directly about these values.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum AccountStatus : short
Fields
Name | Description |
---|---|
Active | The account is currently active and valid. |
CapReached | The account has reached it's data cap. |
Closed | The account has been closed permanently. |
Expired | (Legacy / Unused) The account has expired. |
Free | (Legacy / Unused) The account is a free account. |
Paid | (Legacy / Unused) The account has been paid for. |
Paused | The account has been paused. |
Pending | The account is currently pending setup. |
Suspended | The account has been suspended temporarily. |
Trial | (Legacy / Unused) The account is on a trial. |
Unknown | The account status is unknown. |