perrymant/moneymaker

Create a new ReportResponse POJO

Closed this issue · 0 comments

Field: A list of ReportLines
looks like:

{
  "transactions": [
    {
      "description": "...",
      "date": "...",
      "amount": "...",
      "transactionType": "...",
      "balance": "...",
    },
    "..."
  ]
}