| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
DeductionLine |
DeductionLine.amount(Float amount) |
DeductionLine |
DeductionLine.calculationType(DeductionTypeCalculationType calculationType) |
DeductionLine |
DeductionLine.deductionTypeID(UUID deductionTypeID) |
DeductionLine |
DeductionLine.numberOfUnits(Float numberOfUnits) |
DeductionLine |
DeductionLine.percentage(Float percentage) |
| Modifier and Type | Method and Description |
|---|---|
List<DeductionLine> |
OpeningBalances.getDeductionLines()
Get deductionLines
|
List<DeductionLine> |
PayTemplate.getDeductionLines()
Get deductionLines
|
List<DeductionLine> |
Payslip.getDeductionLines()
Get deductionLines
|
| Modifier and Type | Method and Description |
|---|---|
OpeningBalances |
OpeningBalances.addDeductionLinesItem(DeductionLine deductionLinesItem) |
PayTemplate |
PayTemplate.addDeductionLinesItem(DeductionLine deductionLinesItem) |
Payslip |
Payslip.addDeductionLinesItem(DeductionLine deductionLinesItem) |
| Modifier and Type | Method and Description |
|---|---|
OpeningBalances |
OpeningBalances.deductionLines(List<DeductionLine> deductionLines) |
PayTemplate |
PayTemplate.deductionLines(List<DeductionLine> deductionLines) |
Payslip |
Payslip.deductionLines(List<DeductionLine> deductionLines) |
void |
OpeningBalances.setDeductionLines(List<DeductionLine> deductionLines) |
void |
PayTemplate.setDeductionLines(List<DeductionLine> deductionLines) |
void |
Payslip.setDeductionLines(List<DeductionLine> deductionLines) |
Copyright © 2020. All rights reserved.