|
LUSID C# SDK
|
The request used to create a chart of account. More...

Public Member Functions | |
| ChartOfAccountsRequest (string code=default(string), string displayName=default(string), string description=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >)) | |
| Initializes a new instance of the ChartOfAccountsRequest class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| virtual string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ChartOfAccountsRequest input) |
| Returns true if ChartOfAccountsRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ChartOfAccountsRequest () | |
| Initializes a new instance of the ChartOfAccountsRequest class. More... | |
Properties | |
| string | Code [get, set] |
| The code given for the Chart of Accounts. More... | |
| string | DisplayName [get, set] |
| The name of the Chart of Account. More... | |
| string | Description [get, set] |
| A description of the Chart of Accounts. More... | |
| Dictionary< string, Property > | Properties [get, set] |
| A set of properties for the Chart of Accounts. More... | |
The request used to create a chart of account.
|
inlineprotected |
Initializes a new instance of the ChartOfAccountsRequest class.
|
inline |
Initializes a new instance of the ChartOfAccountsRequest class.
| code | The code given for the Chart of Accounts. (required). |
| displayName | The name of the Chart of Account.. |
| description | A description of the Chart of Accounts.. |
| properties | A set of properties for the Chart of Accounts.. |
|
inline |
Returns true if ChartOfAccountsRequest instances are equal
| input | Instance of ChartOfAccountsRequest to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The code given for the Chart of Accounts.
The code given for the Chart of Accounts.
|
getset |
A description of the Chart of Accounts.
A description of the Chart of Accounts.
|
getset |
|
getset |
A set of properties for the Chart of Accounts.
A set of properties for the Chart of Accounts.