Uses of Class
com.adyen.model.nexo.ServicesEnabledType
-
Packages that use ServicesEnabledType Package Description com.adyen.model.nexo -
-
Uses of ServicesEnabledType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type ServicesEnabledType Modifier and Type Field Description protected List<ServicesEnabledType>EnableServiceRequest. servicesEnabledThe Services enabled.Methods in com.adyen.model.nexo that return ServicesEnabledType Modifier and Type Method Description static ServicesEnabledTypeServicesEnabledType. fromValue(String v)From value services enabled type.static ServicesEnabledTypeServicesEnabledType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServicesEnabledType[]ServicesEnabledType. 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 ServicesEnabledType Modifier and Type Method Description List<ServicesEnabledType>EnableServiceRequest. getServicesEnabled()Gets the value of the servicesEnabled property.
-