Add account balance

This commit is contained in:
2026-06-17 17:53:01 +07:00
parent 4b7b225f58
commit 07e8be0521
4 changed files with 92 additions and 7 deletions
+8
View File
@@ -208,3 +208,11 @@ type ExclusiveSummaryDailyTransaction struct {
Amount float64
Source string
}
type ExclusiveSummaryBankBalance struct {
Bank string
AccountType string
OpeningBalance float64
ClosingBalance float64
Description *string
}