Uses of Class
com.xero.models.payrolluk.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 TypeMethodDescriptionPayrollUkApi.createDeduction(String accessToken, String xeroTenantId, Deduction deduction, String idempotencyKey) Creates a new deductioncom.google.api.client.http.HttpResponsePayrollUkApi.createDeductionForHttpResponse(String accessToken, String xeroTenantId, Deduction deduction, String idempotencyKey) Creates a new deduction -
Uses of Deduction in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return DeductionModifier and TypeMethodDescriptionDeduction.applyToPensionCalculations(Boolean applyToPensionCalculations) Identifier for apply to pension calculationsDeduction.calculationType(Deduction.CalculationTypeEnum calculationType) determine the calculation type whether fixed amount or percentage of grossDeduction.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.isCalculatingOnQualifyingEarnings(Boolean isCalculatingOnQualifyingEarnings) Identifier of calculating on qualifying earningsIdentifier of applicable for pension or notDeduction.isReducedByBasicRate(Boolean isReducedByBasicRate) Identifier of reduced by basic rate applicable or notDeduction.liabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountDeduction.percentage(Double percentage) Percentage of grossDeduction.reducesSuperLiability(Boolean reducesSuperLiability) Identifier of reduces super liabilityDeduction.reducesTaxLiability(Boolean reducesTaxLiability) Identifier of reduces tax liabilityDeduction.standardAmount(Double standardAmount) Standard amount of the deductionDeduction.subjectToNIC(Boolean subjectToNIC) Identifier of subject To NICDeduction.subjectToTax(Boolean subjectToTax) Identifier of subject To TaxMethods in com.xero.models.payrolluk that return types with arguments of type DeductionMethods in com.xero.models.payrolluk with parameters of type DeductionModifier and TypeMethodDescriptionDeductions.addDeductionsItem(Deduction deductionsItem) deductionsdeductionvoidDeductionObject.setDeduction(Deduction deduction) deductionMethod parameters in com.xero.models.payrolluk with type arguments of type DeductionModifier and TypeMethodDescriptionDeductions.deductions(List<Deduction> deductions) deductionsvoidDeductions.setDeductions(List<Deduction> deductions) deductions