X12Validation Override Args
data class X12ValidationOverrideArgs(val allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val messageId: Output<String>, val trailingSeparatorPolicy: Output<Either<String, TrailingSeparatorPolicy>>, val trimLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val validateCharacterSet: Output<Boolean>, val validateEDITypes: Output<Boolean>, val validateXSDTypes: Output<Boolean>) : ConvertibleToJava<X12ValidationOverrideArgs>
The X12 validation override settings.
Constructors
Link copied to clipboard
constructor(allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, messageId: Output<String>, trailingSeparatorPolicy: Output<Either<String, TrailingSeparatorPolicy>>, trimLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, validateCharacterSet: Output<Boolean>, validateEDITypes: Output<Boolean>, validateXSDTypes: Output<Boolean>)
Properties
Link copied to clipboard
The value indicating whether to allow leading and trailing spaces and zeroes.
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.