Values.RouteTollPassSourceDetails if the toll rate can be a pass that supports multiple trips.
type nonrec t = {includesReturnTrip : SensitiveBoolean.t option;If the pass includes the rate for the return leg of the trip.
*)seniorPass : SensitiveBoolean.t option;If the pass is only valid for senior persons.
*)transferCount : RouteTollPassTransferCountInteger.t option;If the toll pass can be transferred, and how many times.
*)tripCount : RouteTollPassTripCountInteger.t option;Number of trips the pass is valid for.
*)validityPeriod : RouteTollPassValidityPeriod.t option;Period for which the pass is valid.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Integer of RouteTollPassTransferCountInteger.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RouteTollPassValidityPeriodPeriodCountInteger.t ])
list ])
list ]