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

CreateTaxRuleSetRequest More...

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

Public Member Functions

 CreateTaxRuleSetRequest (ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), string outputPropertyKey=default(string), List< TaxRule > rules=default(List< TaxRule >))
 Initializes a new instance of the CreateTaxRuleSetRequest 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 (CreateTaxRuleSetRequest input)
 Returns true if CreateTaxRuleSetRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CreateTaxRuleSetRequest ()
 Initializes a new instance of the CreateTaxRuleSetRequest class. More...
 

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string OutputPropertyKey [get, set]
 Gets or Sets OutputPropertyKey More...
 
List< TaxRuleRules [get, set]
 Gets or Sets Rules More...
 

Detailed Description

CreateTaxRuleSetRequest

Constructor & Destructor Documentation

◆ CreateTaxRuleSetRequest() [1/2]

Lusid.Sdk.Model.CreateTaxRuleSetRequest.CreateTaxRuleSetRequest ( )
inlineprotected

Initializes a new instance of the CreateTaxRuleSetRequest class.

◆ CreateTaxRuleSetRequest() [2/2]

Lusid.Sdk.Model.CreateTaxRuleSetRequest.CreateTaxRuleSetRequest ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
string  outputPropertyKey = default(string),
List< TaxRule rules = default(List<TaxRule>) 
)
inline

Initializes a new instance of the CreateTaxRuleSetRequest class.

Parameters
idid (required).
displayNamedisplayName (required).
descriptiondescription (required).
outputPropertyKeyoutputPropertyKey (required).
rulesrules (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateTaxRuleSetRequest instances are equal

Parameters
inputInstance of CreateTaxRuleSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CreateTaxRuleSetRequest.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.CreateTaxRuleSetRequest.DisplayName
getset

Gets or Sets DisplayName

◆ Id

ResourceId Lusid.Sdk.Model.CreateTaxRuleSetRequest.Id
getset

Gets or Sets Id

◆ OutputPropertyKey

string Lusid.Sdk.Model.CreateTaxRuleSetRequest.OutputPropertyKey
getset

Gets or Sets OutputPropertyKey

◆ Rules

List<TaxRule> Lusid.Sdk.Model.CreateTaxRuleSetRequest.Rules
getset

Gets or Sets Rules


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