X12Delimiter Overrides Response
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.
Properties
Link copied to clipboard
The component separator.
Link copied to clipboard
The data element separator.
Link copied to clipboard
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
The target namespace on which this delimiter settings has to be applied.