PaymentInstrumentType

public final class PaymentInstrumentType extends Object

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.

Constant Summary

int AMEX
int DISCOVER
int JCB
int MASTER_CARD
int VISA

Public Constructor Summary

Public Method Summary

static ArrayList<Integer>

Inherited Method Summary

Constants

public static final int AMEX

Constant Value: 3

public static final int DISCOVER

Constant Value: 4

public static final int JCB

Constant Value: 5

public static final int MASTER_CARD

Constant Value: 2

public static final int VISA

Constant Value: 1

Public Constructors

public PaymentInstrumentType ()

Public Methods

public static ArrayList<Integer> getAll ()