DriverDetailsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the driver | [default to null] |
| first_name | String | Driver’s first name | [default to null] |
| last_name | String | Driver’s last name | [default to null] |
| String | Driver’s email address | [optional] [default to null] | |
| phone | String | Driver’s phone number | [optional] [default to null] |
| profile_photo | String | URL to driver’s profile photo | [optional] [default to null] |
| average_rating | Double | Driver’s average rating | [optional] [default to null] |
| review_count | Integer | Total number of reviews for the driver | [default to null] |
| vehicle_details | VehicleDetails | Driver’s vehicle information | [optional] [default to null] |
| license_details | LicenseDetails | Driver’s license information | [optional] [default to null] |
| driving_since | String | Date since the driver has been driving | [optional] [default to null] |
| is_active | Boolean | Whether the driver is currently active | [default to null] |
| created_at | String | Timestamp when the driver was created | [default to null] |