EdifactDelimiterOverride Class
The Edifact delimiter override settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEdifactDelimiterOverride
Constructor
EdifactDelimiterOverride(*, data_element_separator: int, component_separator: int, segment_terminator: int, repetition_separator: int, segment_terminator_suffix: str | SegmentTerminatorSuffix, decimal_point_indicator: str | EdifactDecimalIndicator, release_indicator: int, message_id: str | None = None, message_version: str | None = None, message_release: str | None = None, message_association_assigned_code: str | None = None, target_namespace: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message_id
|
The message id. |
message_version
|
The message version. |
message_release
|
The message release. |
data_element_separator
|
Required. The data element separator. |
component_separator
|
Required. The component separator. |
segment_terminator
|
Required. The segment terminator. |
repetition_separator
|
Required. The repetition separator. |
segment_terminator_suffix
|
Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF". |
decimal_point_indicator
|
Required. The decimal point indicator. Possible values include: "NotSpecified", "Comma", "Decimal". |
release_indicator
|
Required. The release indicator. |
message_association_assigned_code
|
The message association assigned code. |
target_namespace
|
The target namespace on which this delimiter settings has to be applied. |
Variables
Name | Description |
---|---|
message_id
|
The message id. |
message_version
|
The message version. |
message_release
|
The message release. |
data_element_separator
|
Required. The data element separator. |
component_separator
|
Required. The component separator. |
segment_terminator
|
Required. The segment terminator. |
repetition_separator
|
Required. The repetition separator. |
segment_terminator_suffix
|
Required. The segment terminator suffix. Possible values include: "NotSpecified", "None", "CR", "LF", "CRLF". |
decimal_point_indicator
|
Required. The decimal point indicator. Possible values include: "NotSpecified", "Comma", "Decimal". |
release_indicator
|
Required. The release indicator. |
message_association_assigned_code
|
The message association assigned code. |
target_namespace
|
The target namespace on which this delimiter settings has to be applied. |
Azure SDK for Python