X12ProcessingSettings Class
The X12 processing settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
X12ProcessingSettings
Constructor
X12ProcessingSettings(*, mask_security_info: bool, convert_implied_decimal: bool, preserve_interchange: bool, suspend_interchange_on_error: bool, create_empty_xml_tags_for_trailing_separators: bool, use_dot_as_decimal_separator: bool, **kwargs)
Variables
- mask_security_info
- bool
Required. The value indicating whether to mask security information.
- convert_implied_decimal
- bool
Required. The value indicating whether to convert numerical type to implied decimal.
- preserve_interchange
- bool
Required. The value indicating whether to preserve interchange.
- suspend_interchange_on_error
- bool
Required. The value indicating whether to suspend interchange on error.
- create_empty_xml_tags_for_trailing_separators
- bool
Required. The value indicating whether to create empty xml tags for trailing separators.
- use_dot_as_decimal_separator
- bool
Required. The value indicating whether to use dot as decimal separator.
Feedback
Submit and view feedback for