Uses of Class
com.adyen.model.nexo.InstalmentType
-
Packages that use InstalmentType Package Description com.adyen.model.nexo -
-
Uses of InstalmentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as InstalmentType Modifier and Type Field Description protected InstalmentTypeInstalment. instalmentTypeThe Instalment type.Methods in com.adyen.model.nexo that return InstalmentType Modifier and Type Method Description static InstalmentTypeInstalmentType. fromValue(String v)From value instalment type.InstalmentTypeInstalment. getInstalmentType()Gets the value of the instalment property.static InstalmentTypeInstalmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstalmentType[]InstalmentType. 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 InstalmentType Modifier and Type Method Description voidInstalment. setInstalmentType(InstalmentType value)Sets the value of the instalmentType property.
-