| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
DeductionLine |
DeductionLine.amount(Double amount) |
DeductionLine |
DeductionLine.deductionTypeID(UUID deductionTypeID) |
DeductionLine |
DeductionLine.percentage(Double percentage) |
DeductionLine |
DeductionLine.subjectToTax(Boolean subjectToTax) |
| Modifier and Type | Method and Description |
|---|---|
List<DeductionLine> |
Payslip.getDeductionLines()
Get deductionLines
|
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.addDeductionLinesItem(DeductionLine deductionLinesItem) |
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.deductionLines(List<DeductionLine> deductionLines) |
void |
Payslip.setDeductionLines(List<DeductionLine> deductionLines) |
Copyright © 2020. All rights reserved.