X12DelimiterOverridesResponse

data class X12DelimiterOverridesResponse(val componentSeparator: Int, val dataElementSeparator: Int, val messageId: String? = null, val protocolVersion: String? = null, val replaceCharacter: Int, val replaceSeparatorsInPayload: Boolean, val segmentTerminator: Int, val segmentTerminatorSuffix: String, val targetNamespace: String? = null)

The X12 delimiter override settings.

Constructors

Link copied to clipboard
constructor(componentSeparator: Int, dataElementSeparator: Int, messageId: String? = null, protocolVersion: String? = null, replaceCharacter: Int, replaceSeparatorsInPayload: Boolean, 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
val messageId: String? = null

The message id.

Link copied to clipboard
val protocolVersion: String? = null

The protocol version.

Link copied to clipboard

The replacement character.

Link copied to clipboard

The value indicating whether to replace separators in payload.

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.