LoanStatementTransaction class

LoanStatementTransaction class

This class describes a single transaction. It identifies the type of the transaction and the date it was posted.The class can also provide additional information to help the customer recognize the transaction: check number, name, memo and images.

The LoanStatementTransaction type exposes the following members:

Constructors

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

Properties

PropertyDescription
loan_transaction_typeGets or sets the loan transaction type.
posted_dateGets or sets the date transaction was posted to account.
user_dateGets or sets the date user initiated transaction, if known.
transaction_amountGets or sets the amount of transaction.
loan_transaction_amountGets or sets the LoanStatementTransaction.loan_transaction_amount.
fi_transaction_idGets or sets the transaction ID issued by financial institution.
correct_fi_transaction_idGets or sets the corrected transaction ID. If present, the FITransactionId of a previously sent transaction that is corrected by this record.
corrective_actionGets or sets the corrective action.
server_transaction_idGets or sets the server assigned transaction ID.
check_numberGets or sets the check number.
reference_numberGets or sets the reference number that uniquely identifies the transaction.
nameGets or sets the name of payee or description of transaction.
extended_nameGets or sets the extended name of payee or description of transaction.
account_toGets or sets the to account, BankAccount or LoanAccount.
memoGets or sets the extra information.
image_datasGets or sets the collection of ImageData.
currencyGets or sets the LoanStatementTransaction.currency.
origin_currencyGets or sets the Origin LoanStatementTransaction.currency.

See Also