Page Summary
-
PaymentInstrumentType is a class that defines the types of payment instruments a merchant can support.
-
The constant values for payment instrument types include AMEX, DISCOVER, JCB, MASTER_CARD, and VISA.
-
The class provides a constructor and a static method
getAllto retrieve a list of all supported payment instrument types.
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> |
getAll()
|