Values.RouteTollPriceValueRangeSourcePrice range with a minimum and maximum value, if a range.
type nonrec t = {min : RouteTollPriceValueRangeMinDouble.t option;Minimum price.
*)max : RouteTollPriceValueRangeMaxDouble.t option;Maximum price.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of RouteTollPriceValueRangeMinDouble.t ]) list ]