Uses of Class
com.xero.models.payrolluk.Benefit.CalculationTypeEnum
-
Packages that use Benefit.CalculationTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of Benefit.CalculationTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Benefit.CalculationTypeEnum Modifier and Type Method Description static Benefit.CalculationTypeEnumBenefit.CalculationTypeEnum. fromValue(String value)fromValueBenefit.CalculationTypeEnumBenefit. getCalculationType()Calculation Type of the employer pension (FixedAmount or PercentageOfGross).static Benefit.CalculationTypeEnumBenefit.CalculationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Benefit.CalculationTypeEnum[]Benefit.CalculationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type Benefit.CalculationTypeEnum Modifier and Type Method Description BenefitBenefit. calculationType(Benefit.CalculationTypeEnum calculationType)Calculation Type of the employer pension (FixedAmount or PercentageOfGross).voidBenefit. setCalculationType(Benefit.CalculationTypeEnum calculationType)Calculation Type of the employer pension (FixedAmount or PercentageOfGross).
-