WalletConstants.CardClass

  • The WalletConstants.CardClass annotation indicates if a card is credit, debit, or prepaid.

  • Available card class options include UNKNOWN, CREDIT, DEBIT, and PREPAID.

  • This annotation inherits methods from the java.lang.annotation.Annotation interface.

public static abstract @interface WalletConstants.CardClass implements Annotation

Card class indicates whether it is a credit, debit, or prepaid card.

Available options:

Inherited Method Summary