Uses of Class
com.xero.models.payrolluk.TimesheetEarningsLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of TimesheetEarningsLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return TimesheetEarningsLine Modifier and Type Method Description TimesheetEarningsLineTimesheetEarningsLine. amount(Double amount)TimesheetEarningsLineTimesheetEarningsLine. earningsRateID(UUID earningsRateID)TimesheetEarningsLineTimesheetEarningsLine. fixedAmount(Double fixedAmount)TimesheetEarningsLineTimesheetEarningsLine. isLinkedToTimesheet(Boolean isLinkedToTimesheet)TimesheetEarningsLineTimesheetEarningsLine. numberOfUnits(Double numberOfUnits)TimesheetEarningsLineTimesheetEarningsLine. ratePerUnit(Double ratePerUnit)Methods in com.xero.models.payrolluk that return types with arguments of type TimesheetEarningsLine Modifier and Type Method Description List<TimesheetEarningsLine>Payslip. getTimesheetEarningsLines()Get timesheetEarningsLinesMethods in com.xero.models.payrolluk with parameters of type TimesheetEarningsLine Modifier and Type Method Description PayslipPayslip. addTimesheetEarningsLinesItem(TimesheetEarningsLine timesheetEarningsLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type TimesheetEarningsLine Modifier and Type Method Description voidPayslip. setTimesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines)PayslipPayslip. timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines)