Uses of Enum
com.xero.models.payrollnz.Benefit.CalculationTypeNZEnum
Packages that use Benefit.CalculationTypeNZEnum
-
Uses of Benefit.CalculationTypeNZEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Benefit.CalculationTypeNZEnumModifier and TypeMethodDescriptionfromValueBenefit.getCalculationTypeNZ()Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarningsReturns the enum constant of this type with the specified name.static Benefit.CalculationTypeNZEnum[]Benefit.CalculationTypeNZEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type Benefit.CalculationTypeNZEnumModifier and TypeMethodDescriptionBenefit.calculationTypeNZ(Benefit.CalculationTypeNZEnum calculationTypeNZ) Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarningsvoidBenefit.setCalculationTypeNZ(Benefit.CalculationTypeNZEnum calculationTypeNZ) Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarnings