Edifact Validation Override Response
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.
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 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.