Card Brand
data class CardBrand(val regex: String, val cardBrandName: String, val drawableResId: Int = 0, val params: BrandParams = BrandParams())
Represents a card brand.
Parameters
regex
The regex used to identify the card brand.
card Brand Name
The name of the card brand.
drawable Res Id
The drawable resource ID for the card brand's icon.
params
The parameters for the card brand.
Constructors
Link copied to clipboard
constructor(regex: String, cardBrandName: String, drawableResId: Int = 0, params: BrandParams = BrandParams())