FareCalculationVehicleType
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] |
| base_fare | Double | Base fare for the vehicle type. | [default to null] |
| distance_fare | Double | Distance-based fare. | [default to null] |
| time_fare | Double | Time-based fare. | [default to null] |
| min_fare | Double | Minimum fare for the vehicle type. | [default to null] |
| currency | String | Currency for the fare. | [optional] [default to null] |
| total | Double | Total fare calculated. | [default to null] |
| tax | Double | Tax applied to the fare. | [default to null] |
| encrypted | String | Optional encrypted data for the vehicle type. | [optional] [default to null] |
| photo | String | Photo URL for the vehicle type. | [optional] [default to null] |