LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.ChartOfAccountsRequest Class Reference

The request used to create a chart of account. More...

Inheritance diagram for Lusid.Sdk.Model.ChartOfAccountsRequest:
Inheritance graph
[legend]

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, PropertyProperties [get, set]
 A set of properties for the Chart of Accounts. More...
 

Detailed Description

The request used to create a chart of account.

Constructor & Destructor Documentation

◆ ChartOfAccountsRequest() [1/2]

Lusid.Sdk.Model.ChartOfAccountsRequest.ChartOfAccountsRequest ( )
inlineprotected

Initializes a new instance of the ChartOfAccountsRequest class.

◆ ChartOfAccountsRequest() [2/2]

Lusid.Sdk.Model.ChartOfAccountsRequest.ChartOfAccountsRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the ChartOfAccountsRequest class.

Parameters
codeThe code given for the Chart of Accounts. (required).
displayNameThe name of the Chart of Account..
descriptionA description of the Chart of Accounts..
propertiesA set of properties for the Chart of Accounts..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.ChartOfAccountsRequest.Equals ( ChartOfAccountsRequest  input)
inline

Returns true if ChartOfAccountsRequest instances are equal

Parameters
inputInstance of ChartOfAccountsRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.ChartOfAccountsRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.ChartOfAccountsRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.ChartOfAccountsRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.ChartOfAccountsRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.ChartOfAccountsRequest.Code
getset

The code given for the Chart of Accounts.

The code given for the Chart of Accounts.

◆ Description

string Lusid.Sdk.Model.ChartOfAccountsRequest.Description
getset

A description of the Chart of Accounts.

A description of the Chart of Accounts.

◆ DisplayName

string Lusid.Sdk.Model.ChartOfAccountsRequest.DisplayName
getset

The name of the Chart of Account.

The name of the Chart of Account.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.ChartOfAccountsRequest.Properties
getset

A set of properties for the Chart of Accounts.

A set of properties for the Chart of Accounts.


The documentation for this class was generated from the following file: