Values.X12DetailsSourceA structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file. If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.
type nonrec t = {transactionSet : X12TransactionSet.t option;Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
*)version : X12Version.t option;Returns the version to use for the specified X12 transaction set.
*)}