Uses of Class
com.adyen.model.nexo.EntryModeType
-
Packages that use EntryModeType Package Description com.adyen.model.nexo -
-
Uses of EntryModeType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type EntryModeType Modifier and Type Field Description protected List<EntryModeType>CardData. entryModeThe Entry mode.protected List<EntryModeType>CardReaderInitResponse. entryModeThe Entry mode.protected List<EntryModeType>LoyaltyAccountID. entryModeprotected List<EntryModeType>StoredValueAccountID. entryModeMethods in com.adyen.model.nexo that return EntryModeType Modifier and Type Method Description static EntryModeTypeEntryModeType. fromValue(String v)From value entry mode type.static EntryModeTypeEntryModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryModeType[]EntryModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo that return types with arguments of type EntryModeType Modifier and Type Method Description List<EntryModeType>CardData. getEntryMode()Gets the value of the entryMode property.List<EntryModeType>CardReaderInitResponse. getEntryMode()Gets the value of the entryMode property.List<EntryModeType>LoyaltyAccountID. getEntryMode()Gets the value of the entryMode property.List<EntryModeType>StoredValueAccountID. getEntryMode()Gets the value of the entryMode property.
-