Uses of Class
com.xero.models.payrollau.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)DeductionLineDeductionLine. calculationType(DeductionTypeCalculationType calculationType)DeductionLineDeductionLine. deductionTypeID(UUID deductionTypeID)DeductionLineDeductionLine. numberOfUnits(Double numberOfUnits)DeductionLineDeductionLine. percentage(Double percentage)Methods 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)PayslipPayslip. addDeductionLinesItem(DeductionLine deductionLinesItem)PayslipLinesPayslipLines. addDeductionLinesItem(DeductionLine deductionLinesItem)PayTemplatePayTemplate. addDeductionLinesItem(DeductionLine deductionLinesItem)Method parameters in com.xero.models.payrollau with type arguments of type DeductionLine Modifier and Type Method Description OpeningBalancesOpeningBalances. deductionLines(List<DeductionLine> deductionLines)PayslipPayslip. deductionLines(List<DeductionLine> deductionLines)PayslipLinesPayslipLines. deductionLines(List<DeductionLine> deductionLines)PayTemplatePayTemplate. deductionLines(List<DeductionLine> deductionLines)voidOpeningBalances. setDeductionLines(List<DeductionLine> deductionLines)voidPayslip. setDeductionLines(List<DeductionLine> deductionLines)voidPayslipLines. setDeductionLines(List<DeductionLine> deductionLines)voidPayTemplate. setDeductionLines(List<DeductionLine> deductionLines)