CardBrand

data class CardBrand(val txVariant: String) : Parcelable

This class represents a card scheme. The constructor allows for creating a CardBrand with a scheme that is not in the predefined list of CardType. Can be used to configure the supported card schemes with CardConfiguration.Builder.setSupportedCardTypes.

Constructors

Link copied to clipboard
constructor(cardType: CardType)

Use this constructor when defining the supported card brand predefined inside CardType enum inside your component

constructor(txVariant: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)