StatementTransaction class
StatementTransaction 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, payee name, and memo. The transaction can have a Standard Industrial Code that a client can use to categorize the transaction.
The StatementTransaction type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| StatementTransaction() | Initializes a new instance of StatementTransaction class. |
Properties
| Property | Description |
|---|---|
| transaction_type | Gets or sets the 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. |
| available_date | Gets or sets the date funds are available (value date). |
| transaction_amount | Gets or sets the amount of transaction. |
| financial_institution_transaction_id | Gets or sets the transaction ID issued by financial institution. |
| correct_financial_institution_transaction_id | Gets or sets the corrected transaction ID. If present, the FinancialInstitutionTransactionId 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. |
| standard_industrial_code | Gets or sets the Standard Industrial Code. |
| payee_id | Gets or sets the payee identifier if available. |
| name | Gets or sets the name of payee or description of transaction. |
| payee | Gets or sets the StatementTransaction.payee. |
| extended_name | Gets or sets the extended name of payee or description of transaction. |
| account_to | Gets or sets the to account, BankAccount or CreditCardAccount. |
| memo | Gets or sets the extra information. |
| currency | Gets or sets the StatementTransaction.currency. |
| origin_currency | Gets or sets the Origin StatementTransaction.currency. |
| investment_401k_source | Gets or sets the source of cash for this transaction. |
| image_datas | Gets or sets the collection of ImageData. |
See Also
- module aspose.finance.ofx