Module Values.X12InboundEdiOptionsSource

Contains options specific to processing inbound X12 EDI files.

Sourcetype nonrec t = {
  1. acknowledgmentOptions : X12AcknowledgmentOptions.t option;
    (*

    Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.

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