FullAccount Class¶
Full information about an account.
Constructors¶
| Name | Description |
|---|---|
| FullAccount(string, Name, string, string, string, bool, AccountType, string) | Creates a new instance of the FullAccount class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AccountId | System.String | Account’s unique ID. |
| AccountType | DotNetBox.AccountType | The account type. |
| Country | System.String | The user’s country of residence. |
| System.String | Email linked to the account. | |
| IsPaired | System.Boolean | Whether the user has linked his personal and work accounts. |
| Locale | System.String | User’s langauge. |
| Name | DotNetBox.Name | Information about the user’s name. |
| ReferralLink | System.String | User’s referral link. |
Methods¶
| Name | Description |
|---|---|
| FullAccount.FromJson(JObject) | Creates a new instance of the FullAccount class using a JSON object. |
| FullAccount.ToString() | Returns a string containing all of the class’ properties. |