Module Values.EdiPartyNameSource

Describes an Electronic Data Interchange (EDI) entity as described in as defined in Subject Alternative Name in RFC 5280.

Sourcetype nonrec t = {
  1. partyName : String256.t;
    (*

    Specifies the party name.

    *)
  2. nameAssigner : String256.t option;
    (*

    Specifies the name assigner.

    *)
}
Sourceval context_ : string
Sourceval make : ?nameAssigner:??? -> partyName:String256.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String256.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