StatementTransaction

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.

public class StatementTransaction

Constructors

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

Properties

NameDescription
AccountTo { get; set; }Gets or sets the to account, BankAccount or CreditCardAccount.
AvailableDate { get; set; }Gets or sets the date funds are available (value date).
CheckNumber { get; set; }Gets or sets the check number.
CorrectFinancialInstitutionTransactionId { get; set; }Gets or sets the corrected transaction ID. If present, the FinancialInstitutionTransactionId of a previously sent transaction that is corrected by this record.
CorrectiveAction { get; set; }Gets or sets the corrective action.
Currency { get; set; }Gets or sets the Currency.
ExtendedName { get; set; }Gets or sets the extended name of payee or description of transaction.
FinancialInstitutionTransactionId { get; set; }Gets or sets the transaction ID issued by financial institution.
ImageDatas { get; set; }Gets or sets the collection of ImageData.
Investment401kSource { get; set; }Gets or sets the source of cash for this transaction.
Memo { get; set; }Gets or sets the extra information.
Name { get; set; }Gets or sets the name of payee or description of transaction.
OriginCurrency { get; set; }Gets or sets the Origin Currency.
Payee { get; set; }Gets or sets the Payee.
PayeeId { get; set; }Gets or sets the payee identifier if available.
PostedDate { get; set; }Gets or sets the date transaction was posted to account.
ReferenceNumber { get; set; }Gets or sets the reference number that uniquely identifies the transaction.
ServerTransactionId { get; set; }Gets or sets the server assigned transaction ID.
StandardIndustrialCode { get; set; }Gets or sets the Standard Industrial Code.
TransactionAmount { get; set; }Gets or sets the amount of transaction.
TransactionType { get; set; }Gets or sets the transaction type.
UserDate { get; set; }Gets or sets the date user initiated transaction, if known.

See Also