object visa : CardBrand
Visa card
open val cvcLength: IntArray
Returns the correct security code length for validating card brand |
|
open val description: String
Card brand printable |
|
open val format: Array<Int>
Returns regular expression string for formatting the card brand |
|
open val panLength: IntArray
Returns the correct card number length for validating card brand |
|
open val pattern: String
Returns the pattern to recognise a card brand |