LoanClosing

LoanClosing class

A loan account uses the LoanClosing class to describe statement closing information.

public class LoanClosing

Constructors

NameDescription
LoanClosing()Initializes a new instance of LoanClosing class.

Properties

NameDescription
AutoPay { get; set; }Gets or sets whether automatic payments are setup for this account.
BalanceList { get; set; }Gets or sets the collection of Balance.
BalanceOpen { get; set; }Gets or sets the opening statement balance.
BalloonAmount { get; set; }Gets or sets the balloon payment amount. Not included or zero for regular loans, otherwise balloon payment amount.
CloseDate { get; set; }Gets or sets the closing statement date.
Currency { get; set; }Gets or sets the Currency.
EscrowBalance { get; set; }Gets or sets the EscrowBalance.
EstimatedPayoff { get; set; }Gets or sets the EstimatedPayoff.
FITransactionId { get; set; }Gets or sets the unique identifier for this statement.
ImageData { get; set; }Gets or sets the ImageData.
LastPmtInfo { get; set; }Gets or sets the LastPmtInfoType.
LoanInterest { get; set; }Gets or sets the LoanInterestType.
LoanPayment { get; set; }Gets or sets the LoanPaymentAmount.
LoanRate { get; set; }Gets or sets the LoanRateType.
LoanRemainingPayments { get; set; }Gets or sets the remaining number of loan payments.
MarketingInformation { get; set; }Gets or sets the marketing information.
NextDate { get; set; }Gets or sets the closing date of next statement.
OpenDate { get; set; }Gets or sets the opening statement date.
OriginCurrency { get; set; }Gets or sets the Origin Currency.
PostEndDate { get; set; }Gets or sets the end date of transaction data for this statement.
PostStartDate { get; set; }Gets or sets the start date of transaction data for this statement.
PrincipalBalance { get; set; }Gets or sets the PrincipalBalanceType.
TaxYearToDate { get; set; }Gets or sets the year-to-date total of taxes paid into this account

See Also