VendorTypeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vendor type | [default to null] |
| name | String | Name of the vendor type | [default to null] |
| slug | VendorTypeSlug | URL-friendly slug for the vendor type | [default to null] |
| description | String | Detailed description of the vendor type | [optional] [default to null] |
| is_active | Boolean | Whether the vendor type is active | [default to null] |
| created_at | Date | Timestamp when the vendor type was created | [default to null] |
| updated_at | Date | Timestamp when the vendor type was last updated | [default to null] |
| auth_required | Boolean | [optional] [default to null] | |
| color | String | [optional] [default to null] | |
| has_banners | Boolean | [optional] [default to null] | |
| is_service | Boolean | [default to null] | |
| icon | String | SVG icon for the vendor type | [default to null] |