CardBrand

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.

cardBrandName

The name of the card brand.

drawableResId

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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard