Uses of Class
com.xero.models.payrolluk.Deduction
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
-
Uses of Deduction in com.xero.api.client
Methods in com.xero.api.client with parameters of type Deduction Modifier and Type Method Description DeductionObjectPayrollUkApi. createDeduction(String accessToken, String xeroTenantId, Deduction deduction)create a new deductioncom.google.api.client.http.HttpResponsePayrollUkApi. createDeductionForHttpResponse(String accessToken, String xeroTenantId, Deduction deduction) -
Uses of Deduction in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Deduction Modifier and Type Method Description DeductionDeduction. applyToPensionCalculations(Boolean applyToPensionCalculations)DeductionDeduction. calculationType(Deduction.CalculationTypeEnum calculationType)DeductionDeduction. currentRecord(Boolean currentRecord)DeductionDeduction. deductionCategory(Deduction.DeductionCategoryEnum deductionCategory)DeductionDeduction. deductionId(UUID deductionId)DeductionDeduction. deductionName(String deductionName)DeductionDeductionObject. getDeduction()Get deductionDeductionDeduction. isCalculatingOnQualifyingEarnings(Boolean isCalculatingOnQualifyingEarnings)DeductionDeduction. isPension(Boolean isPension)DeductionDeduction. isReducedByBasicRate(Boolean isReducedByBasicRate)DeductionDeduction. liabilityAccountId(UUID liabilityAccountId)DeductionDeduction. percentage(Double percentage)DeductionDeduction. reducesSuperLiability(Boolean reducesSuperLiability)DeductionDeduction. reducesTaxLiability(Boolean reducesTaxLiability)DeductionDeduction. standardAmount(Double standardAmount)DeductionDeduction. subjectToNIC(Boolean subjectToNIC)DeductionDeduction. subjectToTax(Boolean subjectToTax)Methods in com.xero.models.payrolluk that return types with arguments of type Deduction Modifier and Type Method Description List<Deduction>Deductions. getDeductions()Get deductionsMethods in com.xero.models.payrolluk 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.payrolluk with type arguments of type Deduction Modifier and Type Method Description DeductionsDeductions. deductions(List<Deduction> deductions)voidDeductions. setDeductions(List<Deduction> deductions)