EdifactValidationOverrideResponse

data class EdifactValidationOverrideResponse(val allowLeadingAndTrailingSpacesAndZeroes: Boolean, val enforceCharacterSet: Boolean, val messageId: String, val trailingSeparatorPolicy: String, val trimLeadingAndTrailingSpacesAndZeroes: Boolean, val validateEDITypes: Boolean, val validateXSDTypes: Boolean)

The Edifact validation override settings.

Constructors

Link copied to clipboard
constructor(allowLeadingAndTrailingSpacesAndZeroes: Boolean, enforceCharacterSet: Boolean, messageId: String, trailingSeparatorPolicy: String, trimLeadingAndTrailingSpacesAndZeroes: Boolean, validateEDITypes: Boolean, validateXSDTypes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to allow leading and trailing spaces and zeroes.

Link copied to clipboard

The value indicating whether to validate character Set.

Link copied to clipboard

The message id on which the validation settings has to be applied.

Link copied to clipboard

The trailing separator policy.

Link copied to clipboard

The value indicating whether to trim leading and trailing spaces and zeroes.

Link copied to clipboard

The value indicating whether to validate EDI types.

Link copied to clipboard

The value indicating whether to validate XSD types.