Uses of Class
com.xero.models.payrollnz.Deduction
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollnz |
-
Uses of Deduction in com.xero.api.client
Methods in com.xero.api.client with parameters of type Deduction Modifier and Type Method Description DeductionObjectPayrollNzApi. createDeduction(String accessToken, String xeroTenantId, Deduction deduction)create a new deductioncom.google.api.client.http.HttpResponsePayrollNzApi. createDeductionForHttpResponse(String accessToken, String xeroTenantId, Deduction deduction) -
Uses of Deduction in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Deduction Modifier and Type Method Description DeductionDeduction. currentRecord(Boolean currentRecord)DeductionDeduction. deductionCategory(Deduction.DeductionCategoryEnum deductionCategory)DeductionDeduction. deductionId(UUID deductionId)DeductionDeduction. deductionName(String deductionName)DeductionDeductionObject. getDeduction()Get deductionDeductionDeduction. liabilityAccountId(UUID liabilityAccountId)DeductionDeduction. standardAmount(Double standardAmount)Methods in com.xero.models.payrollnz that return types with arguments of type Deduction Modifier and Type Method Description List<Deduction>Deductions. getDeductions()Get deductionsMethods in com.xero.models.payrollnz with parameters of type Deduction Modifier and Type Method Description DeductionsDeductions. addDeductionsItem(Deduction deductionsItem)DeductionObjectDeductionObject. deduction(Deduction deduction)voidDeductionObject. setDeduction(Deduction deduction)Method parameters in com.xero.models.payrollnz with type arguments of type Deduction Modifier and Type Method Description DeductionsDeductions. deductions(List<Deduction> deductions)voidDeductions. setDeductions(List<Deduction> deductions)