Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 491 Bytes

File metadata and controls

13 lines (9 loc) · 491 Bytes

freeclimb.Enums.AccountStatus

The status of this account. It is one of: active, suspended, or closed.

Properties

Name Value Notes
CLOSED closed Represented in C# as 1
SUSPENDED suspended Represented in C# as 2
ACTIVE active Represented in C# as 3

[Back to Model list] [Back to API list] [Back to README]