TemplateDetails

sealed class TemplateDetails

A data structure that contains the information to use when generating a mapping template.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
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.

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.