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 with type parameters of type InstalmentType Modifier and Type Field Description protected List<InstalmentType>Instalment. 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.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 that return types with arguments of type InstalmentType Modifier and Type Method Description List<InstalmentType>Instalment. getInstalmentType()Gets the value of the instalment property.
-