API Docs / Schemas / BooksTrialBalanceRowDto

BooksTrialBalanceRowDto

One account's balance on a trial balance.

Properties

Name Type Description
nominalCodestring

The account's nominal code as the platform displays it.

The account's nominal code as the platform displays it.

namestring

The account's name.

The account's name.

totalnumber

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
}

Contained in Schemas