X12ProcessingSettingsResponse

data class X12ProcessingSettingsResponse(val convertImpliedDecimal: Boolean, val createEmptyXmlTagsForTrailingSeparators: Boolean, val maskSecurityInfo: Boolean, val preserveInterchange: Boolean, val suspendInterchangeOnError: Boolean, val useDotAsDecimalSeparator: Boolean)

The X12 processing settings.

Constructors

Link copied to clipboard
constructor(convertImpliedDecimal: Boolean, createEmptyXmlTagsForTrailingSeparators: Boolean, maskSecurityInfo: Boolean, preserveInterchange: Boolean, suspendInterchangeOnError: Boolean, useDotAsDecimalSeparator: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to convert numerical type to implied decimal.

Link copied to clipboard

The value indicating whether to create empty xml tags for trailing separators.

Link copied to clipboard

The value indicating whether to mask security information.

Link copied to clipboard

The value indicating whether to preserve interchange.

Link copied to clipboard

The value indicating whether to suspend interchange on error.

Link copied to clipboard

The value indicating whether to use dot as decimal separator.