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 payment amount. More...
 
string Currency [get, set]
 The payment currency. More...
 
DateTimeOffset PayDate [get, set]
 Date when the payment is made. 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 payment amount. (required).
currencyThe payment currency. (required).
payDateDate when the payment is made. (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 payment amount.

The payment amount.

◆ Currency

string Lusid.Sdk.Model.AdditionalPayment.Currency
getset

The payment currency.

The payment currency.

◆ PayDate

DateTimeOffset Lusid.Sdk.Model.AdditionalPayment.PayDate
getset

Date when the payment is made.

Date when the payment is made.

◆ 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: