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

TaxRuleSet More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 A user-friendly name More...
 
string Description [get, set]
 A description of what this rule set is for More...
 
string OutputPropertyKey [get, set]
 The property key that this rule set will write to More...
 
List< TaxRuleRules [get, set]
 The rules of this rule set, which stipulate what rate to apply (i.e. write to the OutputPropertyKey) under certain conditions More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

TaxRuleSet

Constructor & Destructor Documentation

◆ TaxRuleSet() [1/2]

Lusid.Sdk.Model.TaxRuleSet.TaxRuleSet ( )
inlineprotected

Initializes a new instance of the TaxRuleSet class.

◆ TaxRuleSet() [2/2]

Lusid.Sdk.Model.TaxRuleSet.TaxRuleSet ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
string  outputPropertyKey = default(string),
List< TaxRule rules = default(List<TaxRule>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the TaxRuleSet class.

Parameters
idid (required).
displayNameA user-friendly name (required).
descriptionA description of what this rule set is for (required).
outputPropertyKeyThe property key that this rule set will write to (required).
rulesThe rules of this rule set, which stipulate what rate to apply (i.e. write to the OutputPropertyKey) under certain conditions (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TaxRuleSet instances are equal

Parameters
inputInstance of TaxRuleSet to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.TaxRuleSet._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.TaxRuleSet.Description
getset

A description of what this rule set is for

A description of what this rule set is for

◆ DisplayName

string Lusid.Sdk.Model.TaxRuleSet.DisplayName
getset

A user-friendly name

A user-friendly name

◆ Id

ResourceId Lusid.Sdk.Model.TaxRuleSet.Id
getset

Gets or Sets Id

◆ Links

List<Link> Lusid.Sdk.Model.TaxRuleSet.Links
getset

Gets or Sets Links

◆ OutputPropertyKey

string Lusid.Sdk.Model.TaxRuleSet.OutputPropertyKey
getset

The property key that this rule set will write to

The property key that this rule set will write to

◆ Rules

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

The rules of this rule set, which stipulate what rate to apply (i.e. write to the OutputPropertyKey) under certain conditions

The rules of this rule set, which stipulate what rate to apply (i.e. write to the OutputPropertyKey) under certain conditions


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