Uses of Class
com.xero.models.payrolluk.EarningsLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of EarningsLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsLine Modifier and Type Method Description EarningsLineEarningsLine. amount(Double amount)EarningsLineEarningsLine. displayName(String displayName)EarningsLineEarningsLine. earningsLineID(UUID earningsLineID)EarningsLineEarningsLine. earningsRateID(UUID earningsRateID)EarningsLineEarningsLine. fixedAmount(Double fixedAmount)EarningsLineEarningsLine. isAverageDailyPayRate(Boolean isAverageDailyPayRate)EarningsLineEarningsLine. isLinkedToTimesheet(Boolean isLinkedToTimesheet)EarningsLineEarningsLine. numberOfUnits(Double numberOfUnits)EarningsLineEarningsLine. ratePerUnit(Double ratePerUnit)Methods in com.xero.models.payrolluk that return types with arguments of type EarningsLine Modifier and Type Method Description List<EarningsLine>Payslip. getEarningsLines()Get earningsLinesMethods in com.xero.models.payrolluk with parameters of type EarningsLine Modifier and Type Method Description PayslipPayslip. addEarningsLinesItem(EarningsLine earningsLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type EarningsLine Modifier and Type Method Description PayslipPayslip. earningsLines(List<EarningsLine> earningsLines)voidPayslip. setEarningsLines(List<EarningsLine> earningsLines)