BooksTrialBalanceRowDto
One account's balance on a trial balance.
Properties
| Name | Type | Description |
|---|---|---|
| nominalCode | string | The account's nominal code as the platform displays it. |
The account's nominal code as the platform displays it. | ||
| name | string | The account's name. |
The account's name. | ||
| total | number | The account's balance for the period — positive for debit, negative for credit. |
The account's balance for the period — positive for debit, negative for credit. | ||
JSON Example
{
"nominalCode": "string",
"name": "string",
"total": 0
}