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

BatchAmendTransactionSettlementInstructionResponse More...

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

Public Member Functions

 BatchAmendTransactionSettlementInstructionResponse (string href=default(string), Dictionary< string, TransactionSettlementInstruction > values=default(Dictionary< string, TransactionSettlementInstruction >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), List< Link > links=default(List< Link >))
 Initializes a new instance of the BatchAmendTransactionSettlementInstructionResponse 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 (BatchAmendTransactionSettlementInstructionResponse input)
 Returns true if BatchAmendTransactionSettlementInstructionResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
Dictionary< string, TransactionSettlementInstructionValues [get, set]
 The settlement instructions which have been successfully upserted. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The request ids of the settlement instructions which could not be upserted, along with a reason for their failure. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchAmendTransactionSettlementInstructionResponse

Constructor & Destructor Documentation

◆ BatchAmendTransactionSettlementInstructionResponse()

Lusid.Sdk.Model.BatchAmendTransactionSettlementInstructionResponse.BatchAmendTransactionSettlementInstructionResponse ( string  href = default(string),
Dictionary< string, TransactionSettlementInstruction values = default(Dictionary<string, TransactionSettlementInstruction>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the BatchAmendTransactionSettlementInstructionResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
valuesThe settlement instructions which have been successfully upserted..
failedThe request ids of the settlement instructions which could not be upserted, along with a reason for their failure..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchAmendTransactionSettlementInstructionResponse instances are equal

Parameters
inputInstance of BatchAmendTransactionSettlementInstructionResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchAmendTransactionSettlementInstructionResponse.Failed
getset

The request ids of the settlement instructions which could not be upserted, along with a reason for their failure.

The request ids of the settlement instructions which could not be upserted, along with a reason for their failure.

◆ Href

string Lusid.Sdk.Model.BatchAmendTransactionSettlementInstructionResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, TransactionSettlementInstruction> Lusid.Sdk.Model.BatchAmendTransactionSettlementInstructionResponse.Values
getset

The settlement instructions which have been successfully upserted.

The settlement instructions which have been successfully upserted.


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