Uses of Class
com.adyen.model.nexo.ServiceProfilesType
-
Packages that use ServiceProfilesType Package Description com.adyen.model.nexo -
-
Uses of ServiceProfilesType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type ServiceProfilesType Modifier and Type Field Description protected List<ServiceProfilesType>POIProfile. serviceProfilesThe Service profiles.protected List<ServiceProfilesType>SaleProfile. serviceProfilesThe Service profiles.Methods in com.adyen.model.nexo that return ServiceProfilesType Modifier and Type Method Description static ServiceProfilesTypeServiceProfilesType. fromValue(String v)From value service profiles type.static ServiceProfilesTypeServiceProfilesType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceProfilesType[]ServiceProfilesType. 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 ServiceProfilesType Modifier and Type Method Description List<ServiceProfilesType>POIProfile. getServiceProfiles()Gets the value of the serviceProfiles property.List<ServiceProfilesType>SaleProfile. getServiceProfiles()Gets the value of the serviceProfiles property.
-