Uses of Class
com.xero.models.payrollau.DeductionLine
-
Packages that use DeductionLine Package Description com.xero.models.payrollau -
-
Uses of DeductionLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionLine Modifier and Type Method Description DeductionLineDeductionLine. amount(Double amount)Deduction type amountDeductionLineDeductionLine. calculationType(DeductionTypeCalculationType calculationType)calculationTypeDeductionLineDeductionLine. deductionTypeID(UUID deductionTypeID)Xero deduction type identifierDeductionLineDeductionLine. numberOfUnits(Double numberOfUnits)Deduction number of unitsDeductionLineDeductionLine. percentage(Double percentage)The Percentage of the DeductionMethods in com.xero.models.payrollau that return types with arguments of type DeductionLine Modifier and Type Method Description List<DeductionLine>OpeningBalances. getDeductionLines()Get deductionLinesList<DeductionLine>Payslip. getDeductionLines()Get deductionLinesList<DeductionLine>PayslipLines. getDeductionLines()Get deductionLinesList<DeductionLine>PayTemplate. getDeductionLines()Get deductionLinesMethods in com.xero.models.payrollau with parameters of type DeductionLine Modifier and Type Method Description OpeningBalancesOpeningBalances. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesPayslipPayslip. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesPayslipLinesPayslipLines. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesPayTemplatePayTemplate. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesMethod parameters in com.xero.models.payrollau with type arguments of type DeductionLine Modifier and Type Method Description OpeningBalancesOpeningBalances. deductionLines(List<DeductionLine> deductionLines)deductionLinesPayslipPayslip. deductionLines(List<DeductionLine> deductionLines)deductionLinesPayslipLinesPayslipLines. deductionLines(List<DeductionLine> deductionLines)deductionLinesPayTemplatePayTemplate. 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
-