VehicleTypeDetail
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vehicle type. | [default to null] |
| name | String | Name of the vehicle type. | [default to null] |
| slug | String | Unique slug identifier for the vehicle type. | [default to null] |
| base_fare | Double | Base fare charged for this vehicle type. | [default to null] |
| distance_fare | Double | Per-distance fare rate for this vehicle type. | [default to null] |
| time_fare | Double | Per-time fare rate for this vehicle type. | [default to null] |
| min_fare | Double | Minimum fare charged for this vehicle type. | [default to null] |
| in_order | Integer | Display order position for this vehicle type. | [default to null] |
| is_active | Boolean | Whether this vehicle type is active. | [default to null] |
| created_at | String | Timestamp when the vehicle type was created. | [default to null] |
| updated_at | String | Timestamp when the vehicle type was last updated. | [default to null] |