Module Values.InboundEdiOptionsSource

Contains options for processing inbound EDI files. These options allow for customizing how incoming EDI documents are processed.

Sourcetype nonrec t = {
  1. x12 : X12InboundEdiOptions.t option;
    (*

    A structure that contains X12-specific options for processing inbound X12 EDI files.

    *)
}
Sourceval make : ?x12:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ]) 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