BankingStatementReport
A banking statement report with transactions grouped by day.Object Type
Fields
| Field | Type | Description |
|---|---|---|
| dailyGroups required | [BankingStatementDailyGroup!]! | List of daily transaction groups. |
| finalBalance required | Float! | The final balance for the selected period. |
| initialBalance required | Float! | The initial balance for the selected period. |
| totalCredit required | Float! | The total credit amount for the selected period. |
| totalCreditTransactionsCount required | Int! | |
| totalDebit required | Float! | The total debit amount for the selected period. |
| totalDebitTransactionsCount required | Int! |
