AccountCategory
Represents account categories used to classify and group general ledger accounts by type and balance characteristics.
Columns
| Name | Type | Description |
| accountType | String | The type of account associated with this category, such as asset, liability, or equity. |
| href | String | The URL of the account category resource. |
| id | String | The unique identifier of the account category. |
| isStatistical | Bool | Indicates whether the account category is a statistical category rather than a financial one. |
| key [KEY] | String | The system-assigned key that uniquely identifies the account category record. |
| normalBalance | String | The normal balance type for accounts in this category, such as debit or credit. |