DriverPartnerDetailsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the driver partner | [default to null] |
| name | String | Driver partner’s business name | [default to null] |
| logo | String | URL to driver partner’s logo | [optional] [default to null] |
| String | Driver partner’s email address | [default to null] | |
| phone | String | Driver partner’s phone number | [default to null] |
| address | String | Driver partner’s business address | [optional] [default to null] |
| city | String | City where driver partner is located | [optional] [default to null] |
| country | String | Country where driver partner is located | [optional] [default to null] |
| average_rating | Double | Driver partner’s average rating | [optional] [default to null] |
| review_count | Integer | Total number of reviews for the driver partner | [default to null] |
| is_active | Boolean | Whether the driver partner is currently active | [default to null] |
| created_at | String | Timestamp when the driver partner was created | [default to null] |