PaymentCardEntity.PaymentCardNetwork

  • PaymentCardEntity.PaymentCardNetwork is an annotation that lists supported payment card networks that can be detected.

  • It includes constants such as PaymentCardEntity.CARD_AMEX to represent specific card networks.

  • This annotation inherits methods from java.lang.annotation.Annotation 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