X12ProcessingSettingsArgs

data class X12ProcessingSettingsArgs(val convertImpliedDecimal: Output<Boolean>, val createEmptyXmlTagsForTrailingSeparators: Output<Boolean>, val maskSecurityInfo: Output<Boolean>, val preserveInterchange: Output<Boolean>, val suspendInterchangeOnError: Output<Boolean>, val useDotAsDecimalSeparator: Output<Boolean>) : ConvertibleToJava<X12ProcessingSettingsArgs>

The X12 processing settings.

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): X12ProcessingSettingsArgs