Uses of Class
com.xero.models.payrollnz.GrossEarningsHistory
-
Packages that use GrossEarningsHistory Package Description com.xero.models.payrollnz -
-
Uses of GrossEarningsHistory in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return GrossEarningsHistory Modifier and Type Method Description GrossEarningsHistoryGrossEarningsHistory. daysPaid(Integer daysPaid)Number of days the employee worked in the pay period (0 - 365)GrossEarningsHistoryPaySlip. getGrossEarningsHistory()Get grossEarningsHistoryGrossEarningsHistoryGrossEarningsHistory. unpaidWeeks(Integer unpaidWeeks)Number of full weeks the employee didn't work in the pay period (0 - 52)Methods in com.xero.models.payrollnz with parameters of type GrossEarningsHistory Modifier and Type Method Description PaySlipPaySlip. grossEarningsHistory(GrossEarningsHistory grossEarningsHistory)grossEarningsHistoryvoidPaySlip. setGrossEarningsHistory(GrossEarningsHistory grossEarningsHistory)grossEarningsHistory
-