X12ValidationOverride interface
The X12 validation override settings.
Properties
allow |
The value indicating whether to allow leading and trailing spaces and zeroes. |
message |
The message id on which the validation settings has to be applied. |
trailing |
The trailing separator policy. |
trim |
The value indicating whether to trim leading and trailing spaces and zeroes. |
validate |
The value indicating whether to validate character Set. |
validate |
The value indicating whether to validate EDI types. |
validate |
The value indicating whether to validate XSD types. |
Property Details
allowLeadingAndTrailingSpacesAndZeroes
The value indicating whether to allow leading and trailing spaces and zeroes.
allowLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
messageId
The message id on which the validation settings has to be applied.
messageId: string
Property Value
string
trailingSeparatorPolicy
The trailing separator policy.
trailingSeparatorPolicy: string
Property Value
string
trimLeadingAndTrailingSpacesAndZeroes
The value indicating whether to trim leading and trailing spaces and zeroes.
trimLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
validateCharacterSet
The value indicating whether to validate character Set.
validateCharacterSet: boolean
Property Value
boolean
validateEDITypes
The value indicating whether to validate EDI types.
validateEDITypes: boolean
Property Value
boolean
validateXSDTypes
The value indicating whether to validate XSD types.
validateXSDTypes: boolean
Property Value
boolean