FormatOptions

sealed class FormatOptions

A structure that contains the X12 transaction set and version.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class X12(val value: X12Details) : FormatOptions

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 FormatOptions as a X12 and retrieves its aws.sdk.kotlin.services.b2bi.model.X12Details value. Throws an exception if the FormatOptions is not a X12.

Link copied to clipboard

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