NominalCodeDto
One account in a chart of accounts, as the connected accounting platform holds it.
Shared by the practice's own books and a client's — the managers draw no distinction between
the two, so neither does the wire shape.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The nominal code as the books hold it. Platforms that let an account go without one fall |
The nominal code as the books hold it. Platforms that let an account go without one fall | ||
| name | string | The account's name in the books. |
The account's name in the books. | ||
| type | string | How the platform classifies the account — its own wording (Xero "REVENUE", Sage "Sales"), |
How the platform classifies the account — its own wording (Xero "REVENUE", Sage "Sales"), | ||
JSON Example
{
"code": "string",
"name": "string",
"type": "string"
}