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

Record describing additional payment entity. More...

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

Public Member Functions

 AdditionalPayment (decimal amount=default(decimal), string currency=default(string), DateTimeOffset payDate=default(DateTimeOffset), string payReceive=default(string))
 Initializes a new instance of the AdditionalPayment 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 (AdditionalPayment input)
 Returns true if AdditionalPayment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

decimal Amount [get, set]
 The upfront amount. More...
 
string Currency [get, set]
 The upfront currency. More...
 
DateTimeOffset PayDate [get, set]
 Date when the upfront is paid. More...
 
string PayReceive [get, set]
 Is it pay or receive. Supported string (enumeration) values are: [Pay, Receive]. More...
 

Detailed Description

Record describing additional payment entity.

Constructor & Destructor Documentation

◆ AdditionalPayment() [1/2]

Lusid.Sdk.Model.AdditionalPayment.AdditionalPayment ( )
inlineprotected

Initializes a new instance of the AdditionalPayment class.

◆ AdditionalPayment() [2/2]

Lusid.Sdk.Model.AdditionalPayment.AdditionalPayment ( decimal  amount = default(decimal),
string  currency = default(string),
DateTimeOffset  payDate = default(DateTimeOffset),
string  payReceive = default(string) 
)
inline

Initializes a new instance of the AdditionalPayment class.

Parameters
amountThe upfront amount. (required).
currencyThe upfront currency. (required).
payDateDate when the upfront is paid. (required).
payReceiveIs it pay or receive. Supported string (enumeration) values are: [Pay, Receive]. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AdditionalPayment instances are equal

Parameters
inputInstance of AdditionalPayment to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

decimal Lusid.Sdk.Model.AdditionalPayment.Amount
getset

The upfront amount.

The upfront amount.

◆ Currency

string Lusid.Sdk.Model.AdditionalPayment.Currency
getset

The upfront currency.

The upfront currency.

◆ PayDate

DateTimeOffset Lusid.Sdk.Model.AdditionalPayment.PayDate
getset

Date when the upfront is paid.

Date when the upfront is paid.

◆ PayReceive

string Lusid.Sdk.Model.AdditionalPayment.PayReceive
getset

Is it pay or receive. Supported string (enumeration) values are: [Pay, Receive].

Is it pay or receive. Supported string (enumeration) values are: [Pay, Receive].


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