Construct a Transaction instance with the given amount at the given day. @param amount the amount transferred @param when the day the transaction took place
Transaction(this.amount, this.when);