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

SettlementConfigurationMethodOverride More...

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

Public Member Functions

 SettlementConfigurationMethodOverride (string propertyKey=default(string))
 Initializes a new instance of the SettlementConfigurationMethodOverride 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 (SettlementConfigurationMethodOverride input)
 Returns true if SettlementConfigurationMethodOverride instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string PropertyKey [get, set]
 Property Key to override the settlement method. Allowed values: 'Automatic', 'Instructed' and 'Default', property key must be in the 'Transaction' domain. For a derived property keys, the derivation formula should resolve one of the of the allowed values. 'Default' will be treated the same as no or an invalid derived value, will fall back to use the regular settlement method. More...
 

Detailed Description

SettlementConfigurationMethodOverride

Constructor & Destructor Documentation

◆ SettlementConfigurationMethodOverride() [1/2]

Lusid.Sdk.Model.SettlementConfigurationMethodOverride.SettlementConfigurationMethodOverride ( )
inlineprotected

Initializes a new instance of the SettlementConfigurationMethodOverride class.

◆ SettlementConfigurationMethodOverride() [2/2]

Lusid.Sdk.Model.SettlementConfigurationMethodOverride.SettlementConfigurationMethodOverride ( string  propertyKey = default(string))
inline

Initializes a new instance of the SettlementConfigurationMethodOverride class.

Parameters
propertyKeyProperty Key to override the settlement method. Allowed values: 'Automatic', 'Instructed' and 'Default', property key must be in the 'Transaction' domain. For a derived property keys, the derivation formula should resolve one of the of the allowed values. 'Default' will be treated the same as no or an invalid derived value, will fall back to use the regular settlement method. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementConfigurationMethodOverride instances are equal

Parameters
inputInstance of SettlementConfigurationMethodOverride to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PropertyKey

string Lusid.Sdk.Model.SettlementConfigurationMethodOverride.PropertyKey
getset

Property Key to override the settlement method. Allowed values: 'Automatic', 'Instructed' and 'Default', property key must be in the 'Transaction' domain. For a derived property keys, the derivation formula should resolve one of the of the allowed values. 'Default' will be treated the same as no or an invalid derived value, will fall back to use the regular settlement method.

Property Key to override the settlement method. Allowed values: 'Automatic', 'Instructed' and 'Default', property key must be in the 'Transaction' domain. For a derived property keys, the derivation formula should resolve one of the of the allowed values. 'Default' will be treated the same as no or an invalid derived value, will fall back to use the regular settlement method.


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