Package com.adyen.checkout.core
Class CardBrand
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CardBrand implements 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCardBrand.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringtxVariantpublic final static CardBrand.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final StringgetTxVariant()-
-
Method Detail
-
getTxVariant
final String getTxVariant()
-
-
-
-