Uses of Class
com.xero.models.payrollnz.Benefit.CalculationTypeNZEnum
-
Packages that use Benefit.CalculationTypeNZEnum Package Description com.xero.models.payrollnz -
-
Uses of Benefit.CalculationTypeNZEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Benefit.CalculationTypeNZEnum Modifier and Type Method Description static Benefit.CalculationTypeNZEnumBenefit.CalculationTypeNZEnum. fromValue(String value)fromValueBenefit.CalculationTypeNZEnumBenefit. getCalculationTypeNZ()Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarningsstatic Benefit.CalculationTypeNZEnumBenefit.CalculationTypeNZEnum. valueOf(String name)Returns 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.CalculationTypeNZEnum Modifier and Type Method Description BenefitBenefit. 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
-