An account
More...
|
| StatusEnum | Status [get, set] |
| | The Account status. Available values: Active, Inactive, Deleted. More...
|
| |
| string | Code [get, set] |
| | The code given for the Account. More...
|
| |
| string | Description [get, set] |
| | A description for the Account. More...
|
| |
| string | Type [get, set] |
| | The Account type. Available values: Asset, Liabilities, Income, Expense, Capital, Revenue. More...
|
| |
| string | Control [get, set] |
| | This allows users to specify whether this a protected Account that prevents direct manual journal adjustment. Default value: Manual. Available values: Manual, System. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A set of properties for the Account. More...
|
| |
◆ StatusEnum
The Account status. Available values: Active, Inactive, Deleted.
The Account status. Available values: Active, Inactive, Deleted.
| Enumerator |
|---|
| Active | Enum Active for value: Active
|
| Inactive | Enum Inactive for value: Inactive
|
| Deleted | Enum Deleted for value: Deleted
|
◆ Account() [1/2]
| Lusid.Sdk.Model.Account.Account |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the Account class.
◆ Account() [2/2]
| Lusid.Sdk.Model.Account.Account |
( |
string |
code = default(string), |
|
|
string |
description = default(string), |
|
|
string |
type = default(string), |
|
|
StatusEnum |
status = default(StatusEnum), |
|
|
string |
control = default(string), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>) |
|
) |
| |
|
inline |
Initializes a new instance of the Account class.
- Parameters
-
| code | The code given for the Account. (required). |
| description | A description for the Account.. |
| type | The Account type. Available values: Asset, Liabilities, Income, Expense, Capital, Revenue. (required). |
| status | The Account status. Available values: Active, Inactive, Deleted. (required). |
| control | This allows users to specify whether this a protected Account that prevents direct manual journal adjustment. Default value: Manual. Available values: Manual, System.. |
| properties | A set of properties for the Account.. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.Account.Equals |
( |
Account |
input | ) |
|
|
inline |
Returns true if Account instances are equal
- Parameters
-
| input | Instance of Account to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.Account.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Account.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Account.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Account.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Code
| string Lusid.Sdk.Model.Account.Code |
|
getset |
◆ Control
| string Lusid.Sdk.Model.Account.Control |
|
getset |
This allows users to specify whether this a protected Account that prevents direct manual journal adjustment. Default value: Manual. Available values: Manual, System.
This allows users to specify whether this a protected Account that prevents direct manual journal adjustment. Default value: Manual. Available values: Manual, System.
◆ Description
| string Lusid.Sdk.Model.Account.Description |
|
getset |
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.Account.Properties |
|
getset |
A set of properties for the Account.
A set of properties for the Account.
◆ Status
The Account status. Available values: Active, Inactive, Deleted.
The Account status. Available values: Active, Inactive, Deleted.
◆ Type
| string Lusid.Sdk.Model.Account.Type |
|
getset |
The Account type. Available values: Asset, Liabilities, Income, Expense, Capital, Revenue.
The Account type. Available values: Asset, Liabilities, Income, Expense, Capital, Revenue.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/Account.cs