length

val length: Int? = null

Parameters

length

Required length of the security code

Example:

val securityCode = SecurityCodeModel(
mode = "mandatory",
location = "back",
length = 3
)