Uses of Class
com.xero.models.payrollnz.TimesheetEarningsLine
Packages that use TimesheetEarningsLine
-
Uses of TimesheetEarningsLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TimesheetEarningsLineModifier and TypeMethodDescriptionThe amount of the earnings line.TimesheetEarningsLine.displayName(String displayName) name of earnings rate for display in UITimesheetEarningsLine.earningsLineID(UUID earningsLineID) Xero identifier for payroll earnings lineTimesheetEarningsLine.earningsRateID(UUID earningsRateID) Xero identifier for payroll leave earnings rateTimesheetEarningsLine.fixedAmount(Double fixedAmount) Leave earnings fixed amount.TimesheetEarningsLine.isAverageDailyPayRate(Boolean isAverageDailyPayRate) Identifies if the earnings is using an average daily pay rateTimesheetEarningsLine.isLinkedToTimesheet(Boolean isLinkedToTimesheet) Identifies if the leave earnings is taken from the timesheet.TimesheetEarningsLine.isSystemGenerated(Boolean isSystemGenerated) Flag to identify whether the earnings line is system generated or not.TimesheetEarningsLine.numberOfUnits(Double numberOfUnits) Leave earnings number of unitsTimesheetEarningsLine.ratePerUnit(Double ratePerUnit) Rate per unit for leave earnings lineMethods in com.xero.models.payrollnz that return types with arguments of type TimesheetEarningsLineMethods in com.xero.models.payrollnz with parameters of type TimesheetEarningsLineModifier and TypeMethodDescriptionPaySlip.addTimesheetEarningsLinesItem(TimesheetEarningsLine timesheetEarningsLinesItem) timesheetEarningsLinesMethod parameters in com.xero.models.payrollnz with type arguments of type TimesheetEarningsLineModifier and TypeMethodDescriptionvoidPaySlip.setTimesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines) timesheetEarningsLinesPaySlip.timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines) timesheetEarningsLines