BooksReportSectionDto
One named group of lines within a report.
Properties
| Name | Type | Description |
|---|---|---|
| title | string | The section's heading as the platform titled it. |
The section's heading as the platform titled it. | ||
| lines | array of BooksReportLineDto | The lines within the section, in the platform's order. |
The lines within the section, in the platform's order. | ||
JSON Example
{
"title": "string",
"lines": [
{
"name": "...",
"nominalCode": "...",
"amount": "...",
"isTotal": "...",
"isArchived": "..."
}
]
}