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.

Available options:

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 Deprecated.
int DISCOVER Deprecated.
int INTERAC Deprecated.
int JCB Deprecated.
int MASTERCARD Deprecated.
int OTHER Deprecated.
int VISA Deprecated.
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int AMEX

Deprecated. Use CARD_NETWORK_AMEX instead.

Constant Value: 1 (0x00000001)

public static final int DISCOVER

Deprecated. Use CARD_NETWORK_DISCOVER instead.

Constant Value: 2 (0x00000002)

public static final int INTERAC

Deprecated. Use CARD_NETWORK_INTERAC instead.

Constant Value: 6 (0x00000006)

public static final int JCB

Deprecated. Use CARD_NETWORK_JCB instead.

Constant Value: 3 (0x00000003)

public static final int MASTERCARD

Deprecated. Use CARD_NETWORK_MASTERCARD instead.

Constant Value: 4 (0x00000004)

public static final int OTHER

Deprecated. Use CARD_NETWORK_OTHER instead.

Constant Value: 1000 (0x000003e8)

public static final int VISA

Deprecated. Use CARD_NETWORK_VISA instead.

Constant Value: 5 (0x00000005)