PaymentInstrumentType Stay organized with collections Save and categorize content based on your preferences.
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
| staticArrayList<Integer> | getAll() |
Inherited Method Summary
Constants
public static final intAMEX
public static final intDISCOVER
public static final intJCB
public static final intMASTER_CARD
public static final intVISA
Public Constructors
publicPaymentInstrumentType()
Public Methods
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.