| com.google.android.gms.wallet.WalletConstants.CardNetwork |
Class Overview
Credit card networks.
Different APIs may support only a subset of these.
Summary
|
[Expand]
Inherited Methods |
From interface
java.lang.annotation.Annotation
|
abstract
Class<? extends Annotation>
|
annotationType()
|
|
abstract
boolean
|
equals(Object arg0)
|
|
abstract
int
|
hashCode()
|
|
abstract
String
|
toString()
|
|
Constants
public
static
final
int
AMEX
Constant Value:
1
(0x00000001)
public
static
final
int
DISCOVER
Constant Value:
2
(0x00000002)
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)