VehicleDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vehicle | [default to null] |
| registration_number | String | Vehicle registration number | [default to null] |
| color | String | Vehicle color | [default to null] |
| vehicle_type | String | Type of vehicle | [default to null] |
| car_model | String | Car model name | [default to null] |
| is_verified | Boolean | Whether the vehicle is verified | [default to null] |