LoanClosing class

LoanClosing class

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

The LoanClosing type exposes the following members:

Constructors

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

Properties

PropertyDescription
fi_transaction_idGets or sets the unique identifier for this statement.
open_dateGets or sets the opening statement date.
close_dateGets or sets the closing statement date.
next_dateGets or sets the closing date of next statement.
balance_openGets or sets the opening statement balance.
principal_balanceGets or sets the PrincipalBalanceType.
loan_interestGets or sets the LoanInterestType.
loan_rateGets or sets the LoanRateType.
estimated_payoffGets or sets the LoanClosing.estimated_payoff.
balloon_amountGets or sets the balloon payment amount. Not included or zero for regular loans, otherwise balloon payment amount.
loan_paymentGets or sets the LoanPaymentAmount.
loan_remaining_paymentsGets or sets the remaining number of loan payments.
balance_listGets or sets the collection of Balance.
tax_year_to_dateGets or sets the year-to-date total of taxes paid into this account
escrow_balanceGets or sets the LoanClosing.escrow_balance.
post_start_dateGets or sets the start date of transaction data for this statement.
post_end_dateGets or sets the end date of transaction data for this statement.
auto_payGets or sets whether automatic payments are setup for this account.
last_pmt_infoGets or sets the LastPmtInfoType.
marketing_informationGets or sets the marketing information.
image_dataGets or sets the LoanClosing.image_data.
currencyGets or sets the LoanClosing.currency.
origin_currencyGets or sets the Origin LoanClosing.currency.

See Also