Values.X12FunctionalGroupHeadersSourcePart of the X12 message structure. These are the functional group headers for the X12 EDI object.
type nonrec t = {applicationSenderCode : X12ApplicationSenderCode.t option;A value representing the code used to identify the party transmitting a message, at position GS-02.
*)applicationReceiverCode : X12ApplicationReceiverCode.t option;A value representing the code used to identify the party receiving a message, at position GS-03.
*)responsibleAgencyCode : X12ResponsibleAgencyCode.t option;A code that identifies the issuer of the standard, at position GS-07.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of X12ApplicationSenderCode.t ]) list ]