Record describing additional payment entity.
More...
|
| 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...
|
| |
Record describing additional payment entity.
◆ AdditionalPayment() [1/2]
| Lusid.Sdk.Model.AdditionalPayment.AdditionalPayment |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
| amount | The payment amount. (required). |
| currency | The payment currency. (required). |
| payDate | Date when the payment is made. (required). |
| payReceive | Is it pay or receive. Supported string (enumeration) values are: [Pay, Receive]. (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.AdditionalPayment.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object 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
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/AdditionalPayment.cs