X12

data class X12(val value: X12Details) : TemplateDetails

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.

Constructors

Link copied to clipboard
constructor(value: X12Details)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this TemplateDetails as a X12 and retrieves its aws.sdk.kotlin.services.b2bi.model.X12Details value. Throws an exception if the TemplateDetails is not a X12.

Link copied to clipboard

Casts this TemplateDetails as a X12 and retrieves its aws.sdk.kotlin.services.b2bi.model.X12Details value. Returns null if the TemplateDetails is not a X12.