Uses of Enum
com.xero.models.payrollnz.EmployeeTax.KiwiSaverContributionsEnum
Packages that use EmployeeTax.KiwiSaverContributionsEnum
-
Uses of EmployeeTax.KiwiSaverContributionsEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeTax.KiwiSaverContributionsEnumModifier and TypeMethodDescriptionfromValueEmployeeTax.getKiwiSaverContributions()Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membershipReturns the enum constant of this type with the specified name.EmployeeTax.KiwiSaverContributionsEnum.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 EmployeeTax.KiwiSaverContributionsEnumModifier and TypeMethodDescriptionEmployeeTax.kiwiSaverContributions(EmployeeTax.KiwiSaverContributionsEnum kiwiSaverContributions) Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membershipvoidEmployeeTax.setKiwiSaverContributions(EmployeeTax.KiwiSaverContributionsEnum kiwiSaverContributions) Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membership