Module Values.IsolineVehicleLicensePlateSource

License plate information used in regions where road access or routing restrictions are based on license plate numbers.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?lastCharacter:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IsolineVehicleLicensePlateLastCharacterString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t