VehicleType
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] |
| currency | CurrencyResponse | [optional] [default to null] | |
| encrypted | String | [optional] [default to null] | |
| has_surge | Boolean | [default to null] | |
| icon | String | [optional] [default to null] | |
| icon_base64 | String | [optional] [default to null] | |
| surge_rate | Double | [optional] [default to null] | |
| tax | Double | [optional] [default to null] | |
| total | Double | [optional] [default to null] |