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

LoanPeriod More...

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

Public Member Functions

 LoanPeriod (DateTimeOffset paymentDate=default(DateTimeOffset), decimal notional=default(decimal), decimal interestAmount=default(decimal))
 Initializes a new instance of the LoanPeriod 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 (LoanPeriod input)
 Returns true if LoanPeriod instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DateTimeOffset PaymentDate [get, set]
 Gets or Sets PaymentDate More...
 
decimal Notional [get, set]
 Gets or Sets Notional More...
 
decimal InterestAmount [get, set]
 Gets or Sets InterestAmount More...
 

Detailed Description

LoanPeriod

Constructor & Destructor Documentation

◆ LoanPeriod() [1/2]

Lusid.Sdk.Model.LoanPeriod.LoanPeriod ( )
inlineprotected

Initializes a new instance of the LoanPeriod class.

◆ LoanPeriod() [2/2]

Lusid.Sdk.Model.LoanPeriod.LoanPeriod ( DateTimeOffset  paymentDate = default(DateTimeOffset),
decimal  notional = default(decimal),
decimal  interestAmount = default(decimal) 
)
inline

Initializes a new instance of the LoanPeriod class.

Parameters
paymentDatepaymentDate (required).
notionalnotional (required).
interestAmountinterestAmount (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if LoanPeriod instances are equal

Parameters
inputInstance of LoanPeriod to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InterestAmount

decimal Lusid.Sdk.Model.LoanPeriod.InterestAmount
getset

Gets or Sets InterestAmount

◆ Notional

decimal Lusid.Sdk.Model.LoanPeriod.Notional
getset

Gets or Sets Notional

◆ PaymentDate

DateTimeOffset Lusid.Sdk.Model.LoanPeriod.PaymentDate
getset

Gets or Sets PaymentDate


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