public final class

PaymentInstrumentType

extends Object
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

Constants
int AMEX
int DISCOVER
int JCB
int MASTER_CARD
int VISA
Public Constructors
PaymentInstrumentType()
Public Methods
static ArrayList<Integer> getAll()
[Expand]
Inherited Methods
From class java.lang.Object

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>