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
| Constructor | Description |
|---|---|
| LoanStatementTransaction() | Initializes a new instance of LoanStatementTransaction class. |
Properties
| Property | Description |
|---|---|
| loan_transaction_type | Gets or sets the loan transaction type. |
| posted_date | Gets or sets the date transaction was posted to account. |
| user_date | Gets or sets the date user initiated transaction, if known. |
| transaction_amount | Gets or sets the amount of transaction. |
| loan_transaction_amount | Gets or sets the LoanStatementTransaction.loan_transaction_amount. |
| fi_transaction_id | Gets or sets the transaction ID issued by financial institution. |
| correct_fi_transaction_id | Gets or sets the corrected transaction ID. If present, the FITransactionId of a previously sent transaction that is corrected by this record. |
| corrective_action | Gets or sets the corrective action. |
| server_transaction_id | Gets or sets the server assigned transaction ID. |
| check_number | Gets or sets the check number. |
| reference_number | Gets or sets the reference number that uniquely identifies the transaction. |
| name | Gets or sets the name of payee or description of transaction. |
| extended_name | Gets or sets the extended name of payee or description of transaction. |
| account_to | Gets or sets the to account, BankAccount or LoanAccount. |
| memo | Gets or sets the extra information. |
| image_datas | Gets or sets the collection of ImageData. |
| currency | Gets or sets the LoanStatementTransaction.currency. |
| origin_currency | Gets or sets the Origin LoanStatementTransaction.currency. |
See Also
- module aspose.finance.ofx.loan