Uses of Class
com.xero.models.payrollnz.Deduction
-
Packages that use 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)Creates a new deduction for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi. createDeductionForHttpResponse(String accessToken, String xeroTenantId, Deduction deduction)Creates a new deduction for a specific employee -
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)Identifier of a record is active or not.DeductionDeduction. deductionCategory(Deduction.DeductionCategoryEnum deductionCategory)Deduction Category typeDeductionDeduction. deductionId(UUID deductionId)The Xero identifier for DeductionDeductionDeduction. deductionName(String deductionName)Name of the deductionDeductionDeductionObject. getDeduction()Get deductionDeductionDeduction. liabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountDeductionDeduction. standardAmount(Double standardAmount)Standard amount of the deduction.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)deductionsDeductionObjectDeductionObject. deduction(Deduction deduction)deductionvoidDeductionObject. setDeduction(Deduction deduction)deductionMethod parameters in com.xero.models.payrollnz with type arguments of type Deduction Modifier and Type Method Description DeductionsDeductions. deductions(List<Deduction> deductions)deductionsvoidDeductions. setDeductions(List<Deduction> deductions)deductions
-