Uses of Class
com.xero.models.payrollnz.Deductions
-
Packages that use Deductions Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of Deductions in com.xero.api.client
Methods in com.xero.api.client that return Deductions Modifier and Type Method Description DeductionsPayrollNzApi. getDeductions(String accessToken, String xeroTenantId, Integer page)Retrieves deductions for a specific employee -
Uses of Deductions in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Deductions Modifier and Type Method Description DeductionsDeductions. addDeductionsItem(Deduction deductionsItem)deductionsDeductionsDeductions. deductions(List<Deduction> deductions)deductionsDeductionsDeductions. pagination(Pagination pagination)paginationDeductionsDeductions. problem(Problem problem)problem
-