Values.RouteTollRateSourceThe toll rate.
type nonrec t = {applicableTimes : SensitiveString.t option;Time when the rate is valid.
*)convertedPrice : RouteTollPrice.t option;Price in the converted currency as specified in the request.
*)id : SensitiveString.t option;The Toll rate Id.
*)localPrice : RouteTollPrice.t option;Price in the local regional currency.
*)name : SensitiveString.t option;The name of the toll.
*)pass : RouteTollPass.t option;Details if the toll rate can be a pass that supports multiple trips.
*)paymentMethods : RouteTollPaymentMethodList.t option;Accepted payment methods at the toll.
*)transponders : RouteTransponderList.t option;Transponders for which this toll can be applied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string * [> `String of SensitiveString.t ]) list ]
list
| `String of SensitiveString.t
| `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of RouteTollPriceValueDouble.t
| `Integer of RouteTollPassTransferCountInteger.t
| `Long of DurationSeconds.t
| `String of CurrencyCode.t
| `Structure of
(string
* [> `Double of RouteTollPriceValueRangeMinDouble.t
| `Enum of string
| `Integer of
RouteTollPassValidityPeriodPeriodCountInteger.t ])
list ])
list ])
list ]