X12ValidationOverrideResponse

data class X12ValidationOverrideResponse(val allowLeadingAndTrailingSpacesAndZeroes: Boolean, val messageId: String, val trailingSeparatorPolicy: String, val trimLeadingAndTrailingSpacesAndZeroes: Boolean, val validateCharacterSet: Boolean, val validateEDITypes: Boolean, val validateXSDTypes: Boolean)

The X12 validation override settings.

Constructors

Link copied to clipboard
constructor(allowLeadingAndTrailingSpacesAndZeroes: Boolean, messageId: String, trailingSeparatorPolicy: String, trimLeadingAndTrailingSpacesAndZeroes: Boolean, validateCharacterSet: 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 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 character Set.

Link copied to clipboard

The value indicating whether to validate EDI types.

Link copied to clipboard

The value indicating whether to validate XSD types.