Uses of Class
com.adyen.model.tapi.PeriodUnit
-
Packages that use PeriodUnit Package Description com.adyen.model.tapi -
-
Uses of PeriodUnit in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PeriodUnit Modifier and Type Method Description static PeriodUnitPeriodUnit. fromValue(String value)PeriodUnitInstalment. getPeriodUnit()Get periodUnitstatic PeriodUnitPeriodUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static PeriodUnit[]PeriodUnit. 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 PeriodUnit Modifier and Type Method Description InstalmentInstalment. periodUnit(PeriodUnit periodUnit)periodUnitvoidInstalment. setPeriodUnit(PeriodUnit periodUnit)periodUnit
-