LoanAccountInfo class

LoanAccountInfo class

Loan account information.

Inheritance: LoanAccountInfoAbstractAccountInfo

The LoanAccountInfo type exposes the following members:

Constructors

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

Properties

Property Description
loan_account_from Gets or sets the from of LoanAccount.
loan_type Gets or sets the loan type.
loan_initial_number_payments Gets or sets the initial number of loan payments.
loan_initial_balance Gets or sets the initial loan balance
loan_frequency Gets or sets the frequency of payments.
loan_start_date Gets or sets the start date of loan.
loan_maturity_date Gets or sets the expected loan end date.
principal_balance Gets or sets the loan principal balance type.
balloon_amount Gets or sets the balloon amount, Not included or zero for regular loans, otherwise Balloon amount.
loan_interest Gets or sets the loan Interest.
loan_interest_rate Gets or sets the loan rate.
loan_payment Gets or sets the loan payment.
loan_remaining_payments Gets or sets the remaining number of loan payments
support_transaction_detail_download If account supports transaction detail downloads, yes, if it is balance-only, no.
transfer_source If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no.
transfer_destination if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no.
account_classification Gets or sets the account classification.
service_status Gets or sets the status of the account.

See Also