Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 813 Bytes

CategoryEventBaseCategory.md

File metadata and controls

12 lines (9 loc) · 813 Bytes

# CategoryEventBaseCategory

Properties

Name Type Description Notes
id string The ID of the category. This can be either in UUID format or an integer format. You should be ready to accept any string value as the category ID. [optional]
leaf bool Indicates whether the category is at the lowest level. Leaf categories do not have any children. Offers can be listed only in leaf categories. [optional]
name string Name of the category. [optional]
parent \AllegroApi\Model\CategoryEventBaseCategoryParent [optional]

[Back to Model list] [Back to API list] [Back to README]