CategoryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the category. | [default to null] |
| name | String | Name of the category. | [default to null] |
| is_active | Boolean | Whether the category is active. | [default to null] |
| vendor_type_id | Long | Associated vendor type ID, if any. | [optional] [default to null] |
| color | String | Color associated with the category. | [default to null] |
| in_order | Integer | Order index for sorting categories. | [default to null] |
| icon | String | SVG icon for the category. | [default to null] |
| photo | String | Category photo URL (renamed from image_url to match Flutter app expectations). | [optional] [default to null] |
| category_id | Long | Parent category ID for subcategories. | [optional] [default to null] |
| image_url | String | Optional image URL for the category. | [optional] [default to null] |
| services | List | Optional list of services associated with this category. | [optional] [default to null] |
| subcategories | List | Optional list of subcategories. | [default to null] |
| vendor_type | String | Optional vendor type name. | [optional] [default to null] |