| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
TaxLine |
TaxLine.amount(Double amount) |
TaxLine |
TaxLine.description(String description) |
TaxLine |
TaxLine.globalTaxTypeID(String globalTaxTypeID) |
TaxLine |
TaxLine.isEmployerTax(Boolean isEmployerTax) |
TaxLine |
TaxLine.manualAdjustment(Boolean manualAdjustment) |
TaxLine |
TaxLine.taxLineID(UUID taxLineID) |
| Modifier and Type | Method and Description |
|---|---|
List<TaxLine> |
Payslip.getEmployeeTaxLines()
Get employeeTaxLines
|
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem) |
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.employeeTaxLines(List<TaxLine> employeeTaxLines) |
void |
Payslip.setEmployeeTaxLines(List<TaxLine> employeeTaxLines) |
Copyright © 2020. All rights reserved.