Details of a category used for tracking transactions
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | The identifier for the item, unique per tracking category | [optional] |
| parent_id | str, none_type | The identifier for this item's immediate parent | [optional] |
| modified_date | datetime, none_type | The date the record was last updated in the system cache | [optional] |
| source_modified_date | datetime, none_type | The date the record was last changed in the originating system | [optional] |
| name | str, none_type | The name of the tracking category | [optional] |
| has_children | bool | Boolean value indicating whether this category has SubCategories | [optional] |
| status | CodatDataContractsDatasetsTrackingCategoryStatus | [optional] |