| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
PaymentLine |
PaymentLine.accountName(String accountName) |
PaymentLine |
PaymentLine.accountNumber(String accountNumber) |
PaymentLine |
PaymentLine.amount(Double amount) |
PaymentLine |
PaymentLine.paymentLineID(UUID paymentLineID) |
PaymentLine |
PaymentLine.sortCode(String sortCode) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentLine> |
Payslip.getPaymentLines()
Get paymentLines
|
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.addPaymentLinesItem(PaymentLine paymentLinesItem) |
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.paymentLines(List<PaymentLine> paymentLines) |
void |
Payslip.setPaymentLines(List<PaymentLine> paymentLines) |
Copyright © 2020. All rights reserved.