EdifactProcessingSettings Class
The Edifact agreement protocol settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEdifactProcessingSettings
Constructor
EdifactProcessingSettings(*, mask_security_info: bool, preserve_interchange: bool, suspend_interchange_on_error: bool, create_empty_xml_tags_for_trailing_separators: bool, use_dot_as_decimal_separator: bool, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
mask_security_info
|
Required. The value indicating whether to mask security information. |
preserve_interchange
|
Required. The value indicating whether to preserve interchange. |
suspend_interchange_on_error
|
Required. The value indicating whether to suspend interchange on error. |
create_empty_xml_tags_for_trailing_separators
|
Required. The value indicating whether to create empty xml tags for trailing separators. |
use_dot_as_decimal_separator
|
Required. The value indicating whether to use dot as decimal separator. |
Variables
Name | Description |
---|---|
mask_security_info
|
Required. The value indicating whether to mask security information. |
preserve_interchange
|
Required. The value indicating whether to preserve interchange. |
suspend_interchange_on_error
|
Required. The value indicating whether to suspend interchange on error. |
create_empty_xml_tags_for_trailing_separators
|
Required. The value indicating whether to create empty xml tags for trailing separators. |
use_dot_as_decimal_separator
|
Required. The value indicating whether to use dot as decimal separator. |
Azure SDK for Python