Uses of Class
com.xero.models.payrolluk.CourtOrderLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of CourtOrderLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return CourtOrderLine Modifier and Type Method Description CourtOrderLineCourtOrderLine. amount(Double amount)CourtOrderLineCourtOrderLine. courtOrderTypeID(UUID courtOrderTypeID)Methods in com.xero.models.payrolluk that return types with arguments of type CourtOrderLine Modifier and Type Method Description List<CourtOrderLine>Payslip. getCourtOrderLines()Get courtOrderLinesMethods in com.xero.models.payrolluk with parameters of type CourtOrderLine Modifier and Type Method Description PayslipPayslip. addCourtOrderLinesItem(CourtOrderLine courtOrderLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type CourtOrderLine Modifier and Type Method Description PayslipPayslip. courtOrderLines(List<CourtOrderLine> courtOrderLines)voidPayslip. setCourtOrderLines(List<CourtOrderLine> courtOrderLines)