VehiclePricing
A pricing to rent a vehicle. Other fees may apply, for exemple depending where you park it.
Fields
Name | Type | Description |
|---|---|---|
| currency | String | The provider id |
| unlock | Float | Price to unlock |
| perKm | [PricingUnitList] | Price per km, sorted by period start |
| perMin | [PricingUnitList] | Price per minutes, sorted by period start |
| perMinPause | [PricingUnitList] | Price per minutes when paused, sorted by period start |
| includeVat | Boolean | If vat is included in prices |
| vat | Float | VAT percentage (Ex: 0.2 for 20%) |