EdifactDelimiterOverrideResponse

data class EdifactDelimiterOverrideResponse(val componentSeparator: Int, val dataElementSeparator: Int, val decimalPointIndicator: String, val messageAssociationAssignedCode: String? = null, val messageId: String? = null, val messageRelease: String? = null, val messageVersion: String? = null, val releaseIndicator: Int, val repetitionSeparator: Int, val segmentTerminator: Int, val segmentTerminatorSuffix: String, val targetNamespace: String? = null)

The Edifact delimiter override settings.

Constructors

Link copied to clipboard
constructor(componentSeparator: Int, dataElementSeparator: Int, decimalPointIndicator: String, messageAssociationAssignedCode: String? = null, messageId: String? = null, messageRelease: String? = null, messageVersion: String? = null, releaseIndicator: Int, repetitionSeparator: Int, segmentTerminator: Int, segmentTerminatorSuffix: String, targetNamespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component separator.

Link copied to clipboard

The data element separator.

Link copied to clipboard

The decimal point indicator.

Link copied to clipboard

The message association assigned code.

Link copied to clipboard
val messageId: String? = null

The message id.

Link copied to clipboard
val messageRelease: String? = null

The message release.

Link copied to clipboard
val messageVersion: String? = null

The message version.

Link copied to clipboard

The release indicator.

Link copied to clipboard

The repetition separator.

Link copied to clipboard

The segment terminator.

Link copied to clipboard

The segment terminator suffix.

Link copied to clipboard
val targetNamespace: String? = null

The target namespace on which this delimiter settings has to be applied.