X12Details
class X12Details
A 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.
Types
Properties
Link copied to clipboard
Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
Link copied to clipboard
Returns the version to use for the specified X12 transaction set. Supported versions are 4010
, 4030
, and 5010
.