java.lang.Object |
↳ |
com.google.android.gms.wallet.PaymentInstrumentType |
Class Overview
Payment instrument types that a merchant can support. The values match
CreditCardFormFields.FopType, except UNKNOWN, which is not a valid payment instrument type for a
merchant to support.
Summary
Public Methods |
static
ArrayList<Integer>
|
getAll()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
AMEX
Constant Value:
3
(0x00000003)
public
static
final
int
DISCOVER
Constant Value:
4
(0x00000004)
public
static
final
int
JCB
Constant Value:
5
(0x00000005)
public
static
final
int
MASTER_CARD
Constant Value:
2
(0x00000002)
public
static
final
int
VISA
Constant Value:
1
(0x00000001)
Public Constructors
public
PaymentInstrumentType
()
Public Methods
public
static
ArrayList<Integer>
getAll
()
Returns |
ArrayList<Integer> |
|