InstrumentInfo.CardClass

  • InstrumentInfo.CardClass is an abstract annotation that indicates if a card is credit, debit, or prepaid.

  • The class unknown may be returned if the card type cannot be determined.

  • InstrumentInfo.CardClass inherits methods from the java.lang.annotation.Annotation interface.

public static abstract @interface InstrumentInfo.CardClass implements Annotation

Card class indicates whether it is a credit, debit or prepaid card. Note that class unknown may be returned if it can not be determined.

Inherited Method Summary