max

val max: Int? = null

Parameters

max

Maximum allowed length for the card number

Example:

val length = LengthModel(
min = 16,
max = 16
)