Uses of Class
com.adyen.model.tapi.InstalmentType
-
Packages that use InstalmentType Package Description com.adyen.model.tapi -
-
Uses of InstalmentType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return InstalmentType Modifier and Type Method Description static InstalmentTypeInstalmentType. fromValue(String value)InstalmentTypeInstalment. getInstalmentType()Get instalmentTypestatic 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.tapi with parameters of type InstalmentType Modifier and Type Method Description InstalmentInstalment. instalmentType(InstalmentType instalmentType)instalmentTypevoidInstalment. setInstalmentType(InstalmentType instalmentType)instalmentType
-