LoanAccountInfo class

LoanAccountInfo class

Loan account information.

Inheritance: LoanAccountInfoAbstractAccountInfo

The LoanAccountInfo type exposes the following members:

Constructors

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

Properties

PropertyDescription
loan_account_fromGets or sets the from of LoanAccount.
loan_typeGets or sets the loan type.
loan_initial_number_paymentsGets or sets the initial number of loan payments.
loan_initial_balanceGets or sets the initial loan balance
loan_frequencyGets or sets the frequency of payments.
loan_start_dateGets or sets the start date of loan.
loan_maturity_dateGets or sets the expected loan end date.
principal_balanceGets or sets the loan principal balance type.
balloon_amountGets or sets the balloon amount, Not included or zero for regular loans, otherwise Balloon amount.
loan_interestGets or sets the loan Interest.
loan_interest_rateGets or sets the loan rate.
loan_paymentGets or sets the loan payment.
loan_remaining_paymentsGets or sets the remaining number of loan payments
support_transaction_detail_downloadIf account supports transaction detail downloads, yes, if it is balance-only, no.
transfer_sourceIf account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no.
transfer_destinationif account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no.
account_classificationGets or sets the account classification.
service_statusGets or sets the status of the account.

See Also