Uses of Class
com.xero.models.payrolluk.TimesheetEarningsLine
-
Packages that use 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)The amount of the timesheet earnings line.TimesheetEarningsLineTimesheetEarningsLine. earningsRateID(UUID earningsRateID)Xero identifier for payroll timesheet earnings rateTimesheetEarningsLineTimesheetEarningsLine. fixedAmount(Double fixedAmount)Timesheet earnings fixed amount.TimesheetEarningsLineTimesheetEarningsLine. isLinkedToTimesheet(Boolean isLinkedToTimesheet)Identifies if the timesheet earnings is taken from the timesheet.TimesheetEarningsLineTimesheetEarningsLine. numberOfUnits(Double numberOfUnits)Timesheet earnings number of unitsTimesheetEarningsLineTimesheetEarningsLine. ratePerUnit(Double ratePerUnit)Rate per unit for timesheet earnings lineMethods 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)timesheetEarningsLinesMethod parameters in com.xero.models.payrolluk with type arguments of type TimesheetEarningsLine Modifier and Type Method Description voidPayslip. setTimesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines)timesheetEarningsLinesPayslipPayslip. timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines)timesheetEarningsLines
-