Values.RouteTollPriceSourceThe toll price.
type nonrec t = {currency : CurrencyCode.t option;Currency code corresponding to the price. This is the same as Currency specified in the request.
*)estimate : SensitiveBoolean.t option;If the price is an estimate or an exact value.
*)perDuration : DurationSeconds.t option;Duration for which the price corresponds to. Unit: seconds
*)range : SensitiveBoolean.t option;If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.
*)rangeValue : RouteTollPriceValueRange.t option;Price range with a minimum and maximum value, if a range.
*)value : RouteTollPriceValueDouble.t option;Exact price, if not a range.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of RouteTollPriceValueDouble.t
| `Long of DurationSeconds.t
| `String of CurrencyCode.t
| `Structure of
(string * [> `Double of RouteTollPriceValueRangeMinDouble.t ]) list ])
list ]