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 class CardBrand.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      CardBrand(CardType cardType) Use this constructor when defining the supported card brand predefined inside CardType enum inside your component
      CardBrand(String txVariant)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTxVariant()
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CardBrand

        CardBrand(CardType cardType)
        Use this constructor when defining the supported card brand predefined inside CardType enum inside your component
      • CardBrand

        CardBrand(String txVariant)