Module Values.AdvancedOptionsSource

A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.

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

    A structure that contains X12-specific advanced options, such as split options for processing 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 of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of X12ElementLengthValidationRuleMaxLengthInteger.t | `List of [> `String of String_.t ] list | `String of ElementId.t ]) list ]) list ] list ]) 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