Transaction Constructor |
Name | Description | |
---|---|---|
![]() | Transaction(String) |
Initializes a new transaction by parsing a string of the form NAME DATE AMOUNT. |
![]() | Transaction(String, DateTime, Double) |
Initializes a new transaction from the given arguments. |