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

SettlementInstructionAmendRequest More...

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

Public Member Functions

 SettlementInstructionAmendRequest (string settlementInstructionId=default(string), string operation=default(string), List< PerpetualProperty > properties=default(List< PerpetualProperty >))
 Initializes a new instance of the SettlementInstructionAmendRequest 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 (SettlementInstructionAmendRequest input)
 Returns true if SettlementInstructionAmendRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string SettlementInstructionId [get, set]
 Gets or Sets SettlementInstructionId More...
 
string Operation [get, set]
 Available values: Activate, Deactivate. More...
 
List< PerpetualPropertyProperties [get, set]
 Gets or Sets Properties More...
 

Detailed Description

SettlementInstructionAmendRequest

Constructor & Destructor Documentation

◆ SettlementInstructionAmendRequest() [1/2]

Lusid.Sdk.Model.SettlementInstructionAmendRequest.SettlementInstructionAmendRequest ( )
inlineprotected

Initializes a new instance of the SettlementInstructionAmendRequest class.

◆ SettlementInstructionAmendRequest() [2/2]

Lusid.Sdk.Model.SettlementInstructionAmendRequest.SettlementInstructionAmendRequest ( string  settlementInstructionId = default(string),
string  operation = default(string),
List< PerpetualProperty properties = default(List<PerpetualProperty>) 
)
inline

Initializes a new instance of the SettlementInstructionAmendRequest class.

Parameters
settlementInstructionIdsettlementInstructionId (required).
operationAvailable values: Activate, Deactivate..
propertiesproperties.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementInstructionAmendRequest instances are equal

Parameters
inputInstance of SettlementInstructionAmendRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Operation

string Lusid.Sdk.Model.SettlementInstructionAmendRequest.Operation
getset

Available values: Activate, Deactivate.

Available values: Activate, Deactivate.

◆ Properties

List<PerpetualProperty> Lusid.Sdk.Model.SettlementInstructionAmendRequest.Properties
getset

Gets or Sets Properties

◆ SettlementInstructionId

string Lusid.Sdk.Model.SettlementInstructionAmendRequest.SettlementInstructionId
getset

Gets or Sets SettlementInstructionId


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