Uses of Class
com.xero.models.payrollau.DeductionLine
Packages that use DeductionLine
-
Uses of DeductionLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionLineModifier and TypeMethodDescriptionDeduction type amountDeductionLine.calculationType(DeductionTypeCalculationType calculationType) calculationTypeDeductionLine.deductionTypeID(UUID deductionTypeID) Xero deduction type identifierDeductionLine.numberOfUnits(Double numberOfUnits) Deduction number of unitsDeductionLine.percentage(Double percentage) The Percentage of the DeductionMethods in com.xero.models.payrollau that return types with arguments of type DeductionLineModifier and TypeMethodDescriptionOpeningBalances.getDeductionLines()Get deductionLinesPayslip.getDeductionLines()Get deductionLinesPayslipLines.getDeductionLines()Get deductionLinesPayTemplate.getDeductionLines()Get deductionLinesMethods in com.xero.models.payrollau with parameters of type DeductionLineModifier and TypeMethodDescriptionOpeningBalances.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesPayslip.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesPayslipLines.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesPayTemplate.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesMethod parameters in com.xero.models.payrollau with type arguments of type DeductionLineModifier and TypeMethodDescriptionOpeningBalances.deductionLines(List<DeductionLine> deductionLines) deductionLinesPayslip.deductionLines(List<DeductionLine> deductionLines) deductionLinesPayslipLines.deductionLines(List<DeductionLine> deductionLines) deductionLinesPayTemplate.deductionLines(List<DeductionLine> deductionLines) deductionLinesvoidOpeningBalances.setDeductionLines(List<DeductionLine> deductionLines) deductionLinesvoidPayslip.setDeductionLines(List<DeductionLine> deductionLines) deductionLinesvoidPayslipLines.setDeductionLines(List<DeductionLine> deductionLines) deductionLinesvoidPayTemplate.setDeductionLines(List<DeductionLine> deductionLines) deductionLines