Uses of Class
com.xero.models.payrollau.PayTemplate
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of PayTemplate in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayTemplate Modifier and Type Method Description PayTemplatePayTemplate. addDeductionLinesItem(DeductionLine deductionLinesItem)PayTemplatePayTemplate. addEarningsLinesItem(EarningsLine earningsLinesItem)PayTemplatePayTemplate. addLeaveLinesItem(LeaveLine leaveLinesItem)PayTemplatePayTemplate. addReimbursementLinesItem(ReimbursementLine reimbursementLinesItem)PayTemplatePayTemplate. addSuperLinesItem(SuperLine superLinesItem)PayTemplatePayTemplate. deductionLines(List<DeductionLine> deductionLines)PayTemplatePayTemplate. earningsLines(List<EarningsLine> earningsLines)PayTemplateEmployee. getPayTemplate()Get payTemplatePayTemplatePayTemplate. leaveLines(List<LeaveLine> leaveLines)PayTemplatePayTemplate. reimbursementLines(List<ReimbursementLine> reimbursementLines)PayTemplatePayTemplate. superLines(List<SuperLine> superLines)Methods in com.xero.models.payrollau with parameters of type PayTemplate Modifier and Type Method Description EmployeeEmployee. payTemplate(PayTemplate payTemplate)voidEmployee. setPayTemplate(PayTemplate payTemplate)