Values.IsolineVehicleLicensePlateSourceLicense plate information used in regions where road access or routing restrictions are based on license plate numbers.
type nonrec t = {lastCharacter : IsolineVehicleLicensePlateLastCharacterString.t option;The last character of the vehicle's license plate. Used to determine road access restrictions in regions with license plate-based traffic management systems.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IsolineVehicleLicensePlateLastCharacterString.t ])
list ]