X12DelimiterOverrides Class
The X12 delimiter override settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelX12DelimiterOverrides
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
|
The protocol version. |
message_id
|
The message id. |
data_element_separator
|
Required. The data element separator. |
component_separator
|
Required. The component separator. |
segment_terminator
|
Required. The segment terminator. |
segment_terminator_suffix
|
Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF". |
replace_character
|
Required. The replacement character. |
replace_separators_in_payload
|
Required. The value indicating whether to replace separators in payload. |
target_namespace
|
The target namespace on which this delimiter settings has to be applied. |
Variables
Name | Description |
---|---|
protocol_version
|
The protocol version. |
message_id
|
The message id. |
data_element_separator
|
Required. The data element separator. |
component_separator
|
Required. The component separator. |
segment_terminator
|
Required. The segment terminator. |
segment_terminator_suffix
|
Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF". |
replace_character
|
Required. The replacement character. |
replace_separators_in_payload
|
Required. The value indicating whether to replace separators in payload. |
target_namespace
|
The target namespace on which this delimiter settings has to be applied. |
Azure SDK for Python