Uses of Class
com.xero.models.payrolluk.ReimbursementLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of ReimbursementLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return ReimbursementLine Modifier and Type Method Description ReimbursementLineReimbursementLine. amount(Double amount)ReimbursementLineReimbursementLine. description(String description)ReimbursementLineReimbursementLine. reimbursementTypeID(UUID reimbursementTypeID)Methods in com.xero.models.payrolluk that return types with arguments of type ReimbursementLine Modifier and Type Method Description List<ReimbursementLine>Payslip. getReimbursementLines()Get reimbursementLinesMethods in com.xero.models.payrolluk with parameters of type ReimbursementLine Modifier and Type Method Description PayslipPayslip. addReimbursementLinesItem(ReimbursementLine reimbursementLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type ReimbursementLine Modifier and Type Method Description PayslipPayslip. reimbursementLines(List<ReimbursementLine> reimbursementLines)voidPayslip. setReimbursementLines(List<ReimbursementLine> reimbursementLines)