Values.X12EnvelopeSourceA wrapper structure for an X12 definition object. the X12 envelope ensures the integrity of the data and the efficiency of the information exchange. The X12 message structure has hierarchical levels. From highest to the lowest, they are: Interchange Envelope Functional Group Transaction Set
type nonrec t = {common : X12OutboundEdiHeaders.t option;A container for the X12 outbound EDI headers.
*)wrapOptions : WrapOptions.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of X12ValidateEdi.t
| `Enum of string
| `Integer of LineLength.t
| `Structure of
(string
* [> `Integer of StartingInterchangeControlNumber.t
| `String of X12IdQualifier.t ])
list ])
list ])
list ]