EdiType

sealed class EdiType

Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Inheritors

Types

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

Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Functions

Link copied to clipboard

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

Link copied to clipboard

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