X12Validation Settings Args
data class X12ValidationSettingsArgs(val allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val checkDuplicateGroupControlNumber: Output<Boolean>, val checkDuplicateInterchangeControlNumber: Output<Boolean>, val checkDuplicateTransactionSetControlNumber: Output<Boolean>, val interchangeControlNumberValidityDays: Output<Int>, val trailingSeparatorPolicy: Output<Either<String, TrailingSeparatorPolicy>>, val trimLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val validateCharacterSet: Output<Boolean>, val validateEDITypes: Output<Boolean>, val validateXSDTypes: Output<Boolean>) : ConvertibleToJava<X12ValidationSettingsArgs>
The X12 agreement validation settings.
Constructors
Link copied to clipboard
constructor(allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, checkDuplicateGroupControlNumber: Output<Boolean>, checkDuplicateInterchangeControlNumber: Output<Boolean>, checkDuplicateTransactionSetControlNumber: Output<Boolean>, interchangeControlNumberValidityDays: Output<Int>, 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 value indicating whether to check for duplicate group control number.
Link copied to clipboard
The value indicating whether to check for duplicate interchange control number.
Link copied to clipboard
The value indicating whether to check for duplicate transaction set control number.
Link copied to clipboard
The validity period of interchange control number.
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 in the message.
Link copied to clipboard
The value indicating whether to Whether to validate EDI types.
Link copied to clipboard
The value indicating whether to Whether to validate XSD types.