LoanClosing class

LoanClosing class

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

The LoanClosing type exposes the following members:

Constructors

Constructor Description
LoanClosing() Initializes a new instance of LoanClosing class.

Properties

Property Description
fi_transaction_id Gets or sets the unique identifier for this statement.
open_date Gets or sets the opening statement date.
close_date Gets or sets the closing statement date.
next_date Gets or sets the closing date of next statement.
balance_open Gets or sets the opening statement balance.
principal_balance Gets or sets the PrincipalBalanceType.
loan_interest Gets or sets the LoanInterestType.
loan_rate Gets or sets the LoanRateType.
estimated_payoff Gets or sets the LoanClosing.estimated_payoff.
balloon_amount Gets or sets the balloon payment amount. Not included or zero for regular loans, otherwise balloon payment amount.
loan_payment Gets or sets the LoanPaymentAmount.
loan_remaining_payments Gets or sets the remaining number of loan payments.
balance_list Gets or sets the collection of Balance.
tax_year_to_date Gets or sets the year-to-date total of taxes paid into this account
escrow_balance Gets or sets the LoanClosing.escrow_balance.
post_start_date Gets or sets the start date of transaction data for this statement.
post_end_date Gets or sets the end date of transaction data for this statement.
auto_pay Gets or sets whether automatic payments are setup for this account.
last_pmt_info Gets or sets the LastPmtInfoType.
marketing_information Gets or sets the marketing information.
image_data Gets or sets the LoanClosing.image_data.
currency Gets or sets the LoanClosing.currency.
origin_currency Gets or sets the Origin LoanClosing.currency.

See Also