Uses of Class
com.adyen.model.nexo.MenuEntry
-
Packages that use MenuEntry Package Description com.adyen.model.nexo -
-
Uses of MenuEntry in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type MenuEntry Modifier and Type Field Description protected List<MenuEntry>DisplayOutput. menuEntryThe Menu entry.protected List<MenuEntry>InputUpdate. menuEntryThe Menu entry.Methods in com.adyen.model.nexo that return MenuEntry Modifier and Type Method Description MenuEntryObjectFactory. createMenuEntry()Create an instance ofMenuEntryMethods in com.adyen.model.nexo that return types with arguments of type MenuEntry Modifier and Type Method Description List<MenuEntry>DisplayOutput. getMenuEntry()Gets the value of the menuEntry property.List<MenuEntry>InputUpdate. getMenuEntry()Gets the value of the menuEntry property.
-