X12ProcessingSettings interface
The X12 processing settings.
Properties
convert |
The value indicating whether to convert numerical type to implied decimal. |
create |
The value indicating whether to create empty xml tags for trailing separators. |
mask |
The value indicating whether to mask security information. |
preserve |
The value indicating whether to preserve interchange. |
suspend |
The value indicating whether to suspend interchange on error. |
use |
The value indicating whether to use dot as decimal separator. |
Property Details
convertImpliedDecimal
The value indicating whether to convert numerical type to implied decimal.
convertImpliedDecimal: boolean
Property Value
boolean
createEmptyXmlTagsForTrailingSeparators
The value indicating whether to create empty xml tags for trailing separators.
createEmptyXmlTagsForTrailingSeparators: boolean
Property Value
boolean
maskSecurityInfo
The value indicating whether to mask security information.
maskSecurityInfo: boolean
Property Value
boolean
preserveInterchange
The value indicating whether to preserve interchange.
preserveInterchange: boolean
Property Value
boolean
suspendInterchangeOnError
The value indicating whether to suspend interchange on error.
suspendInterchangeOnError: boolean
Property Value
boolean
useDotAsDecimalSeparator
The value indicating whether to use dot as decimal separator.
useDotAsDecimalSeparator: boolean
Property Value
boolean