Uses of Class
com.xero.models.payrolluk.PaymentLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of PaymentLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PaymentLine Modifier and Type Method Description PaymentLinePaymentLine. accountName(String accountName)PaymentLinePaymentLine. accountNumber(String accountNumber)PaymentLinePaymentLine. amount(Double amount)PaymentLinePaymentLine. paymentLineID(UUID paymentLineID)PaymentLinePaymentLine. sortCode(String sortCode)Methods in com.xero.models.payrolluk that return types with arguments of type PaymentLine Modifier and Type Method Description List<PaymentLine>Payslip. getPaymentLines()Get paymentLinesMethods in com.xero.models.payrolluk with parameters of type PaymentLine Modifier and Type Method Description PayslipPayslip. addPaymentLinesItem(PaymentLine paymentLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type PaymentLine Modifier and Type Method Description PayslipPayslip. paymentLines(List<PaymentLine> paymentLines)voidPayslip. setPaymentLines(List<PaymentLine> paymentLines)