Skip to content

Commit

Permalink
- responses.go: added Balance field to TransactionsResponse struct. T…
Browse files Browse the repository at this point in the history
…ransactions endpoint returns balance information. Although this isn't in the official docs
  • Loading branch information
0sax committed Mar 6, 2021
1 parent d489ece commit bcc48e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ type (
Narration string `json:"narration"`
Type string `json:"type"`
Category string `json:"category"`
Balance float64 `json:"balance"`
}
}

Expand Down

0 comments on commit bcc48e6

Please sign in to comment.