Uses of Class
com.adyen.model.nexo.GenericProfileType
-
Packages that use GenericProfileType Package Description com.adyen.model.nexo -
-
Uses of GenericProfileType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as GenericProfileType Modifier and Type Field Description protected GenericProfileTypePOIProfile. genericProfileThe Generic profile.protected GenericProfileTypeSaleProfile. genericProfileThe Generic profile.Methods in com.adyen.model.nexo that return GenericProfileType Modifier and Type Method Description static GenericProfileTypeGenericProfileType. fromValue(String v)From value generic profile type.GenericProfileTypePOIProfile. getGenericProfile()Gets the value of the genericProfile property.GenericProfileTypeSaleProfile. getGenericProfile()Gets the value of the genericProfile property.static GenericProfileTypeGenericProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericProfileType[]GenericProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type GenericProfileType Modifier and Type Method Description voidPOIProfile. setGenericProfile(GenericProfileType value)Sets the value of the genericProfile property.voidSaleProfile. setGenericProfile(GenericProfileType value)Sets the value of the genericProfile property.
-