Uses of Class
com.xero.models.payrolluk.EarningsLine
Packages that use EarningsLine
-
Uses of EarningsLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsLineModifier and TypeMethodDescriptionThe amount of the earnings line.EarningsLine.displayName(String displayName) name of earnings rate for display in UIEarningsLine.earningsLineID(UUID earningsLineID) Xero identifier for payroll earnings lineEarningsLine.earningsRateID(UUID earningsRateID) Xero identifier for payroll earnings rateEarningsLine.fixedAmount(Double fixedAmount) Earnings fixed amount.EarningsLine.isAverageDailyPayRate(Boolean isAverageDailyPayRate) Identifies if the earnings is using an average daily pay rateEarningsLine.isLinkedToTimesheet(Boolean isLinkedToTimesheet) Identifies if the earnings is taken from the timesheet.EarningsLine.numberOfUnits(Double numberOfUnits) Earnings number of unitsEarningsLine.ratePerUnit(Double ratePerUnit) Rate per unit for earnings lineMethods in com.xero.models.payrolluk that return types with arguments of type EarningsLineMethods in com.xero.models.payrolluk with parameters of type EarningsLineModifier and TypeMethodDescriptionPayslip.addEarningsLinesItem(EarningsLine earningsLinesItem) earningsLinesMethod parameters in com.xero.models.payrolluk with type arguments of type EarningsLineModifier and TypeMethodDescriptionPayslip.earningsLines(List<EarningsLine> earningsLines) earningsLinesvoidPayslip.setEarningsLines(List<EarningsLine> earningsLines) earningsLines