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

TransactionsReconciliationsResponse More...

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

Public Member Functions

 TransactionsReconciliationsResponse (Mapping mapping=default(Mapping), List< ReconciledTransaction > data=default(List< ReconciledTransaction >))
 Initializes a new instance of the TransactionsReconciliationsResponse 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 (TransactionsReconciliationsResponse input)
 Returns true if TransactionsReconciliationsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Mapping Mapping [get, set]
 Gets or Sets Mapping More...
 
List< ReconciledTransactionData [get, set]
 The result of this reconciliation More...
 

Detailed Description

TransactionsReconciliationsResponse

Constructor & Destructor Documentation

◆ TransactionsReconciliationsResponse()

Lusid.Sdk.Model.TransactionsReconciliationsResponse.TransactionsReconciliationsResponse ( Mapping  mapping = default(Mapping),
List< ReconciledTransaction data = default(List<ReconciledTransaction>) 
)
inline

Initializes a new instance of the TransactionsReconciliationsResponse class.

Parameters
mappingmapping.
dataThe result of this reconciliation.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionsReconciliationsResponse instances are equal

Parameters
inputInstance of TransactionsReconciliationsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Data

List<ReconciledTransaction> Lusid.Sdk.Model.TransactionsReconciliationsResponse.Data
getset

The result of this reconciliation

The result of this reconciliation

◆ Mapping

Mapping Lusid.Sdk.Model.TransactionsReconciliationsResponse.Mapping
getset

Gets or Sets Mapping


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