Uses of Class
com.xero.models.payrolluk.EarningsLine
-
Packages that use 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)The amount of the earnings line.EarningsLineEarningsLine. displayName(String displayName)name of earnings rate for display in UIEarningsLineEarningsLine. earningsLineID(UUID earningsLineID)Xero identifier for payroll earnings lineEarningsLineEarningsLine. earningsRateID(UUID earningsRateID)Xero identifier for payroll earnings rateEarningsLineEarningsLine. fixedAmount(Double fixedAmount)Earnings fixed amount.EarningsLineEarningsLine. isAverageDailyPayRate(Boolean isAverageDailyPayRate)Identifies if the earnings is using an average daily pay rateEarningsLineEarningsLine. isLinkedToTimesheet(Boolean isLinkedToTimesheet)Identifies if the earnings is taken from the timesheet.EarningsLineEarningsLine. numberOfUnits(Double numberOfUnits)Earnings number of unitsEarningsLineEarningsLine. ratePerUnit(Double ratePerUnit)Rate per unit for earnings lineMethods 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)earningsLinesMethod parameters in com.xero.models.payrolluk with type arguments of type EarningsLine Modifier and Type Method Description PayslipPayslip. earningsLines(List<EarningsLine> earningsLines)earningsLinesvoidPayslip. setEarningsLines(List<EarningsLine> earningsLines)earningsLines
-