X12DelimiterOverrides Class

The X12 delimiter override settings.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
X12DelimiterOverrides

Constructor

X12DelimiterOverrides(*, data_element_separator: int, component_separator: int, segment_terminator: int, segment_terminator_suffix: str | SegmentTerminatorSuffix, replace_character: int, replace_separators_in_payload: bool, protocol_version: str | None = None, message_id: str | None = None, target_namespace: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
protocol_version
str

The protocol version.

message_id
str

The message id.

data_element_separator
int

Required. The data element separator.

component_separator
int

Required. The component separator.

segment_terminator
int

Required. The segment terminator.

segment_terminator_suffix

Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF".

replace_character
int

Required. The replacement character.

replace_separators_in_payload

Required. The value indicating whether to replace separators in payload.

target_namespace
str

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

Variables

Name Description
protocol_version
str

The protocol version.

message_id
str

The message id.

data_element_separator
int

Required. The data element separator.

component_separator
int

Required. The component separator.

segment_terminator
int

Required. The segment terminator.

segment_terminator_suffix

Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF".

replace_character
int

Required. The replacement character.

replace_separators_in_payload

Required. The value indicating whether to replace separators in payload.

target_namespace
str

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