Package-level declarations

Types

Link copied to clipboard
data class VgsCardBrand(val name: String, val mask: String, val regex: String, val algorithm: VgsCardBrand.ChecksumAlgorithm, val length: IntArray, val securityCodeLength: IntArray, @DrawableRes val cardIcon: Int, @DrawableRes val securityCodeIcon: Int)

Describes a payment card brand and the rules used to recognise and validate it.