Uses of Class
com.xero.models.payrolluk.PaymentLine
-
Packages that use 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)The account namePaymentLinePaymentLine. accountNumber(String accountNumber)The account numberPaymentLinePaymentLine. amount(Double amount)The amount of the payment linePaymentLinePaymentLine. paymentLineID(UUID paymentLineID)Xero identifier for payroll payment linePaymentLinePaymentLine. sortCode(String sortCode)The account sort codeMethods 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)paymentLinesMethod parameters in com.xero.models.payrolluk with type arguments of type PaymentLine Modifier and Type Method Description PayslipPayslip. paymentLines(List<PaymentLine> paymentLines)paymentLinesvoidPayslip. setPaymentLines(List<PaymentLine> paymentLines)paymentLines
-