AccountingPeriodResponseDto
One accounting period for an income source.
Properties
| Name | Type | Description |
|---|---|---|
| start | string | The period's start date. |
The period's start date. | ||
| end | string | The period's end date. |
The period's end date. | ||
JSON Example
{
"start": "2024-01-01",
"end": "2024-01-01"
}