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