Uses of Class
com.xero.models.payrollnz.StatutoryDeductions
-
Packages that use StatutoryDeductions Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of StatutoryDeductions in com.xero.api.client
Methods in com.xero.api.client that return StatutoryDeductions Modifier and Type Method Description StatutoryDeductionsPayrollNzApi. getStatutoryDeductions(String accessToken, String xeroTenantId, Integer page)Retrieves statutory deductions -
Uses of StatutoryDeductions in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return StatutoryDeductions Modifier and Type Method Description StatutoryDeductionsStatutoryDeductions. addStatutoryDeductionsItem(StatutoryDeduction statutoryDeductionsItem)statutoryDeductionsStatutoryDeductionsStatutoryDeductions. pagination(Pagination pagination)paginationStatutoryDeductionsStatutoryDeductions. problem(Problem problem)problemStatutoryDeductionsStatutoryDeductions. statutoryDeductions(List<StatutoryDeduction> statutoryDeductions)statutoryDeductions
-