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

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

Properties

PropertyDescription
transaction_typeGets or sets the transaction type.
posted_dateGets or sets the date transaction was posted to account.
user_dateGets or sets the date user initiated transaction, if known.
available_dateGets or sets the date funds are available (value date).
transaction_amountGets or sets the amount of transaction.
financial_institution_transaction_idGets or sets the transaction ID issued by financial institution.
correct_financial_institution_transaction_idGets or sets the corrected transaction ID. If present, the FinancialInstitutionTransactionId 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.
standard_industrial_codeGets or sets the Standard Industrial Code.
payee_idGets or sets the payee identifier if available.
nameGets or sets the name of payee or description of transaction.
payeeGets or sets the StatementTransaction.payee.
extended_nameGets or sets the extended name of payee or description of transaction.
account_toGets or sets the to account, BankAccount or CreditCardAccount.
memoGets or sets the extra information.
currencyGets or sets the StatementTransaction.currency.
origin_currencyGets or sets the Origin StatementTransaction.currency.
investment_401k_sourceGets or sets the source of cash for this transaction.
image_datasGets or sets the collection of ImageData.

See Also