Transactions Property
A list of transactions in a credit card statement for the date range ( StartDate and EndDate ) selected.
Syntax
[VB.NET] Public ReadOnlyProperty Transactions As TransactionDetailList
[C#] public TransactionDetailList Transactions {get;}
Remarks
This collection is populated when the GetStatement and ReadOFXDataFile methods are called. It should be inspected for each TxIndex = 0 to TxCount - 1.
Each credit card transaction has a Aggregate, Amount, Date, DatePosted, FITID, Memo, PayeeName, TxType, and TypeDescription tied to it.
This property is read-only and not available at design time.