X12DelimiterOverrides interface
The X12 delimiter override settings.
Properties
component |
The component separator. |
data |
The data element separator. |
message |
The message id. |
protocol |
The protocol version. |
replace |
The replacement character. |
replace |
The value indicating whether to replace separators in payload. |
segment |
The segment terminator. |
segment |
The segment terminator suffix. |
target |
The target namespace on which this delimiter settings has to be applied. |
Property Details
componentSeparator
The component separator.
componentSeparator: number
Property Value
number
dataElementSeparator
The data element separator.
dataElementSeparator: number
Property Value
number
messageId
The message id.
messageId?: string
Property Value
string
protocolVersion
The protocol version.
protocolVersion?: string
Property Value
string
replaceCharacter
The replacement character.
replaceCharacter: number
Property Value
number
replaceSeparatorsInPayload
The value indicating whether to replace separators in payload.
replaceSeparatorsInPayload: boolean
Property Value
boolean
segmentTerminator
The segment terminator.
segmentTerminator: number
Property Value
number
segmentTerminatorSuffix
The segment terminator suffix.
segmentTerminatorSuffix: SegmentTerminatorSuffix
Property Value
targetNamespace
The target namespace on which this delimiter settings has to be applied.
targetNamespace?: string
Property Value
string