Uses of Class
com.adyen.model.nexo.SaleCapabilitiesType
-
Packages that use SaleCapabilitiesType Package Description com.adyen.model.nexo -
-
Uses of SaleCapabilitiesType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type SaleCapabilitiesType Modifier and Type Field Description protected List<SaleCapabilitiesType>SaleTerminalData. saleCapabilitiesThe Sale capabilities.Methods in com.adyen.model.nexo that return SaleCapabilitiesType Modifier and Type Method Description static SaleCapabilitiesTypeSaleCapabilitiesType. fromValue(String v)From value sale capabilities type.static SaleCapabilitiesTypeSaleCapabilitiesType. valueOf(String name)Returns the enum constant of this type with the specified name.static SaleCapabilitiesType[]SaleCapabilitiesType. 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 SaleCapabilitiesType Modifier and Type Method Description List<SaleCapabilitiesType>SaleTerminalData. getSaleCapabilities()Gets the value of the saleCapabilities property.
-