Uses of Class
com.xero.models.payrollnz.Deduction
Packages that use Deduction
-
Uses of Deduction in com.xero.api.client
Methods in com.xero.api.client with parameters of type DeductionModifier and TypeMethodDescriptionPayrollNzApi.createDeduction(String accessToken, String xeroTenantId, Deduction deduction, String idempotencyKey) Creates a new deduction for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi.createDeductionForHttpResponse(String accessToken, String xeroTenantId, Deduction deduction, String idempotencyKey) Creates a new deduction for a specific employee -
Uses of Deduction in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return DeductionModifier and TypeMethodDescriptionDeduction.currentRecord(Boolean currentRecord) Identifier of a record is active or not.Deduction.deductionCategory(Deduction.DeductionCategoryEnum deductionCategory) Deduction Category typeDeduction.deductionId(UUID deductionId) The Xero identifier for DeductionDeduction.deductionName(String deductionName) Name of the deductionDeductionObject.getDeduction()Get deductionDeduction.liabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountDeduction.standardAmount(Double standardAmount) Standard amount of the deduction.Methods in com.xero.models.payrollnz that return types with arguments of type DeductionMethods in com.xero.models.payrollnz with parameters of type DeductionModifier and TypeMethodDescriptionDeductions.addDeductionsItem(Deduction deductionsItem) deductionsdeductionvoidDeductionObject.setDeduction(Deduction deduction) deductionMethod parameters in com.xero.models.payrollnz with type arguments of type DeductionModifier and TypeMethodDescriptionDeductions.deductions(List<Deduction> deductions) deductionsvoidDeductions.setDeductions(List<Deduction> deductions) deductions