PaymentCardEntity.PaymentCardNetwork

  • PaymentCardEntity.PaymentCardNetwork is an abstract annotation interface.

  • It lists supported payment card networks that can be detected.

  • It inherits standard annotation methods like annotationType(), equals(), hashCode(), and toString().

public static abstract @interface PaymentCardEntity.PaymentCardNetwork implements Annotation

The list of supported payment card networks that could be detected (e.g. PaymentCardEntity.CARD_AMEX).

Inherited Method Summary