TaxonomySubCategory interface
Taxonomy sub-category definition.
Properties
| description | Description of the taxonomy sub-category. |
| enabled | List of taxonomy items under this sub-category. |
| id | Unique identifier of the taxonomy sub-category. |
| name | Name of the taxonomy sub-category. |
| properties | Additional properties for the taxonomy sub-category. |
Property Details
description
Description of the taxonomy sub-category.
description?: string
Property Value
string
enabled
List of taxonomy items under this sub-category.
enabled: boolean
Property Value
boolean
id
Unique identifier of the taxonomy sub-category.
id: string
Property Value
string
name
Name of the taxonomy sub-category.
name: string
Property Value
string
properties
Additional properties for the taxonomy sub-category.
properties?: Record<string, string>
Property Value
Record<string, string>