Uses of Class
com.xero.models.payrollnz.DeductionObject
-
Packages that use DeductionObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of DeductionObject in com.xero.api.client
Methods in com.xero.api.client that return DeductionObject Modifier and Type Method Description DeductionObjectPayrollNzApi. createDeduction(String accessToken, String xeroTenantId, Deduction deduction)Creates a new deduction for a specific employeeDeductionObjectPayrollNzApi. getDeduction(String accessToken, String xeroTenantId, UUID deductionId)Retrieves a single deduction by using a unique deduction ID -
Uses of DeductionObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return DeductionObject Modifier and Type Method Description DeductionObjectDeductionObject. deduction(Deduction deduction)deductionDeductionObjectDeductionObject. pagination(Pagination pagination)paginationDeductionObjectDeductionObject. problem(Problem problem)problem
-