set Allowable Number Length
fun setAllowableNumberLength(length: IntArray, errorMsg: String = LengthMatchValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder
Sets the allowable lengths.
Parameters
length
The allowable lengths.
error Msg
The error message to display if validation fails.