| Name | Type | Description | Notes |
|---|---|---|---|
| start_date | date, none_type | The starting date of the period. If not provided, it represents the oldest period, where all transactions due before the specified `end_date` are included. | [optional] |
| end_date | date, none_type | The ending date of the period. If not provided, it represents an open-ended period starting from the `start_date`, typically capturing future-dated transactions that are not yet aged. | [optional] |
| total_amount | float | Total amount of the period. | [optional] |
| balances_by_transaction | [BalanceByTransaction] | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.