Uses of Class
com.adyen.model.nexo.PeriodUnitType
-
Packages that use PeriodUnitType Package Description com.adyen.model.nexo -
-
Uses of PeriodUnitType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PeriodUnitType Modifier and Type Field Description protected PeriodUnitTypeInstalment. periodUnitThe Period unit.Methods in com.adyen.model.nexo that return PeriodUnitType Modifier and Type Method Description static PeriodUnitTypePeriodUnitType. fromValue(String v)From value period unit type.PeriodUnitTypeInstalment. getPeriodUnit()Gets the value of the periodUnit property.static PeriodUnitTypePeriodUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static PeriodUnitType[]PeriodUnitType. 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 PeriodUnitType Modifier and Type Method Description voidInstalment. setPeriodUnit(PeriodUnitType value)Sets the value of the periodUnit property.
-