PaymentInstrumentType
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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 getAll to retrieve a list of all supported payment instrument types.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],[]]