Uses of Class
com.adyen.model.nexo.POICapabilitiesType
-
Packages that use POICapabilitiesType Package Description com.adyen.model.nexo -
-
Uses of POICapabilitiesType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type POICapabilitiesType Modifier and Type Field Description protected List<POICapabilitiesType>POITerminalData. poiCapabilitiesThe Poi capabilities.Methods in com.adyen.model.nexo that return POICapabilitiesType Modifier and Type Method Description static POICapabilitiesTypePOICapabilitiesType. fromValue(String v)From value poi capabilities type.static POICapabilitiesTypePOICapabilitiesType. valueOf(String name)Returns the enum constant of this type with the specified name.static POICapabilitiesType[]POICapabilitiesType. 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 POICapabilitiesType Modifier and Type Method Description List<POICapabilitiesType>POITerminalData. getPOICapabilities()Gets the value of the poiCapabilities property.
-