public static abstract @interface

WalletConstants.CardNetwork

implements Annotation
com.google.android.gms.wallet.WalletConstants.CardNetwork

Class Overview

Credit card networks. Different APIs may support only a subset of these.

When used with Android Pay, the following networks use EMV cryptograms instead of 3DS cryptograms as part of the payment credentials:

See also:

  • https://en.wikipedia.org/wiki/EMV
  • https://en.wikipedia.org/wiki/3-D_Secure

Summary

Constants
int AMEX
int DISCOVER
int INTERAC
int JCB
int MASTERCARD
int OTHER
int VISA
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int AMEX

Constant Value: 1 (0x00000001)

public static final int DISCOVER

Constant Value: 2 (0x00000002)

public static final int INTERAC

Constant Value: 6 (0x00000006)

public static final int JCB

Constant Value: 3 (0x00000003)

public static final int MASTERCARD

Constant Value: 4 (0x00000004)

public static final int OTHER

Constant Value: 1000 (0x000003e8)

public static final int VISA

Constant Value: 5 (0x00000005)