Credit card networks. Different APIs may support only a subset of these.
Available options:
WalletConstants.CARD_NETWORK_AMEX
WalletConstants.CARD_NETWORK_DISCOVERWalletConstants.CARD_NETWORK_JCB
WalletConstants.CARD_NETWORK_MASTERCARDWalletConstants.CARD_NETWORK_VISA
WalletConstants.CARD_NETWORK_INTERACWalletConstants.CARD_NETWORK_OTHERWhen used with Google Pay, the following networks use EMV cryptograms instead of 3DS cryptograms as part of the payment credentials:
| int | AMEX | Deprecated. |
| int | DISCOVER | Deprecated. |
| int | INTERAC | Deprecated. |
| int | JCB | Deprecated. |
| int | MASTERCARD | Deprecated. |
| int | OTHER | Deprecated. |
| int | VISA | Deprecated. |
Deprecated. Use
WalletConstants.CARD_NETWORK_AMEX instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_DISCOVER instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_INTERAC instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_JCB instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_MASTERCARD instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_OTHER instead.
Deprecated. Use
WalletConstants.CARD_NETWORK_VISA instead.