Class TransactionList
- Namespace
- Tudormobile.QIFLibrary.Entities
- Assembly
- Tudormobile.QIFLibrary.dll
A collection of transactions.
public class TransactionList
- Inheritance
-
TransactionList
- Inherited Members
Properties
End
End date and time of the transaction period.
public DateTime End { get; set; }
Property Value
Items
Transaction items.
public IList<Transaction> Items { get; }
Property Value
Start
Start date and time of the transaction period.
public DateTime Start { get; set; }