Uses of Enum
com.xero.models.payrolluk.Deduction.CalculationTypeEnum
Packages that use Deduction.CalculationTypeEnum
-
Uses of Deduction.CalculationTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Deduction.CalculationTypeEnumModifier and TypeMethodDescriptionfromValueDeduction.getCalculationType()determine the calculation type whether fixed amount or percentage of grossReturns the enum constant of this type with the specified name.static Deduction.CalculationTypeEnum[]Deduction.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 Deduction.CalculationTypeEnumModifier and TypeMethodDescriptionDeduction.calculationType(Deduction.CalculationTypeEnum calculationType) determine the calculation type whether fixed amount or percentage of grossvoidDeduction.setCalculationType(Deduction.CalculationTypeEnum calculationType) determine the calculation type whether fixed amount or percentage of gross