Uses of Class
com.xero.models.payrollnz.EmployeeTax.KiwiSaverContributionsEnum
-
Packages that use EmployeeTax.KiwiSaverContributionsEnum Package Description com.xero.models.payrollnz -
-
Uses of EmployeeTax.KiwiSaverContributionsEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeTax.KiwiSaverContributionsEnum Modifier and Type Method Description static EmployeeTax.KiwiSaverContributionsEnumEmployeeTax.KiwiSaverContributionsEnum. fromValue(String value)fromValueEmployeeTax.KiwiSaverContributionsEnumEmployeeTax. getKiwiSaverContributions()Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membershipstatic EmployeeTax.KiwiSaverContributionsEnumEmployeeTax.KiwiSaverContributionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeTax.KiwiSaverContributionsEnum[]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.KiwiSaverContributionsEnum Modifier and Type Method Description EmployeeTaxEmployeeTax. 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
-