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

CashFlowValueAllOf More...

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

Public Types

enum class  ResultValueTypeEnum {
  ResultValue = 1 , ResultValueDictionary = 2 , ResultValue0D = 3 , ResultValueDecimal = 4 ,
  ResultValueInt = 5 , ResultValueString = 6 , ResultValueBool = 7 , ResultValueCurrency = 8 ,
  CashFlowValue = 9 , CashFlowValueSet = 10 , ResultValueLifeCycleEventValue = 11 , ResultValueDateTimeOffset = 12
}
 The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset More...
 

Public Member Functions

 CashFlowValueAllOf (DateTimeOffset paymentDate=default(DateTimeOffset), ResultValueDictionary diagnostics=default(ResultValueDictionary), CashFlowLineage cashFlowLineage=default(CashFlowLineage), decimal paymentAmount=default(decimal), string paymentCcy=default(string), ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum))
 Initializes a new instance of the CashFlowValueAllOf 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 (CashFlowValueAllOf input)
 Returns true if CashFlowValueAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResultValueTypeEnum ResultValueType [get, set]
 The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset More...
 
DateTimeOffset PaymentDate [get, set]
 The payment date of the cash flow More...
 
ResultValueDictionary Diagnostics [get, set]
 Gets or Sets Diagnostics More...
 
CashFlowLineage CashFlowLineage [get, set]
 Gets or Sets CashFlowLineage More...
 
decimal PaymentAmount [get, set]
 The amount paid or received More...
 
string PaymentCcy [get, set]
 The currency of the transaction More...
 

Detailed Description

CashFlowValueAllOf

Member Enumeration Documentation

◆ ResultValueTypeEnum

The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset

The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset

Enumerator
ResultValue 

Enum ResultValue for value: ResultValue

ResultValueDictionary 

Enum ResultValueDictionary for value: ResultValueDictionary

ResultValue0D 

Enum ResultValue0D for value: ResultValue0D

ResultValueDecimal 

Enum ResultValueDecimal for value: ResultValueDecimal

ResultValueInt 

Enum ResultValueInt for value: ResultValueInt

ResultValueString 

Enum ResultValueString for value: ResultValueString

ResultValueBool 

Enum ResultValueBool for value: ResultValueBool

ResultValueCurrency 

Enum ResultValueCurrency for value: ResultValueCurrency

CashFlowValue 

Enum CashFlowValue for value: CashFlowValue

CashFlowValueSet 

Enum CashFlowValueSet for value: CashFlowValueSet

ResultValueLifeCycleEventValue 

Enum ResultValueLifeCycleEventValue for value: ResultValueLifeCycleEventValue

ResultValueDateTimeOffset 

Enum ResultValueDateTimeOffset for value: ResultValueDateTimeOffset

Constructor & Destructor Documentation

◆ CashFlowValueAllOf() [1/2]

Lusid.Sdk.Model.CashFlowValueAllOf.CashFlowValueAllOf ( )
inlineprotected

Initializes a new instance of the CashFlowValueAllOf class.

◆ CashFlowValueAllOf() [2/2]

Lusid.Sdk.Model.CashFlowValueAllOf.CashFlowValueAllOf ( DateTimeOffset  paymentDate = default(DateTimeOffset),
ResultValueDictionary  diagnostics = default(ResultValueDictionary),
CashFlowLineage  cashFlowLineage = default(CashFlowLineage),
decimal  paymentAmount = default(decimal),
string  paymentCcy = default(string),
ResultValueTypeEnum  resultValueType = default(ResultValueTypeEnum) 
)
inline

Initializes a new instance of the CashFlowValueAllOf class.

Parameters
paymentDateThe payment date of the cash flow (required).
diagnosticsdiagnostics.
cashFlowLineagecashFlowLineage.
paymentAmountThe amount paid or received (required).
paymentCcyThe currency of the transaction (required).
resultValueTypeThe available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CashFlowValueAllOf instances are equal

Parameters
inputInstance of CashFlowValueAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CashFlowLineage

CashFlowLineage Lusid.Sdk.Model.CashFlowValueAllOf.CashFlowLineage
getset

Gets or Sets CashFlowLineage

◆ Diagnostics

ResultValueDictionary Lusid.Sdk.Model.CashFlowValueAllOf.Diagnostics
getset

Gets or Sets Diagnostics

◆ PaymentAmount

decimal Lusid.Sdk.Model.CashFlowValueAllOf.PaymentAmount
getset

The amount paid or received

The amount paid or received

◆ PaymentCcy

string Lusid.Sdk.Model.CashFlowValueAllOf.PaymentCcy
getset

The currency of the transaction

The currency of the transaction

◆ PaymentDate

DateTimeOffset Lusid.Sdk.Model.CashFlowValueAllOf.PaymentDate
getset

The payment date of the cash flow

The payment date of the cash flow

◆ ResultValueType

ResultValueTypeEnum Lusid.Sdk.Model.CashFlowValueAllOf.ResultValueType
getset

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