Uses of Class
com.xero.models.payrolluk.CourtOrderLine
-
Packages that use 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)AmountCourtOrderLineCourtOrderLine. courtOrderTypeID(UUID courtOrderTypeID)Xero identifier for payroll court order typeMethods 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)courtOrderLinesMethod parameters in com.xero.models.payrolluk with type arguments of type CourtOrderLine Modifier and Type Method Description PayslipPayslip. courtOrderLines(List<CourtOrderLine> courtOrderLines)courtOrderLinesvoidPayslip. setCourtOrderLines(List<CourtOrderLine> courtOrderLines)courtOrderLines
-