Values.RouteTollOptionsSourceOptions related to Tolls on a route.
type nonrec t = {allTransponders : SensitiveBoolean.t option;Specifies if the user has valid transponder with access to all toll systems. This impacts toll calculation, and if true the price with transponders is used.
*)allVignettes : SensitiveBoolean.t option;Specifies if the user has valid vignettes with access for all toll roads. If a user has a vignette for a toll road, then toll cost for that road is omitted since no further payment is necessary.
*)currency : CurrencyCode.t option;Currency code corresponding to the price. This is the same as Currency specified in the request.
*)emissionType : RouteEmissionType.t option;Emission type of the vehicle for toll cost calculation. Valid values: Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev
*)vehicleCategory : RouteTollVehicleCategory.t option;Vehicle category for toll cost calculation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Enum of string
| `String of CurrencyCode.t
| `Structure of (string * [> `String of SensitiveString.t ]) list ])
list ]