| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
TaxLine |
TaxLine.amount(Float amount) |
TaxLine |
TaxLine.description(String description) |
TaxLine |
TaxLine.liabilityAccount(String liabilityAccount) |
TaxLine |
TaxLine.manualTaxType(ManualTaxType manualTaxType) |
TaxLine |
TaxLine.payslipTaxLineID(UUID payslipTaxLineID) |
TaxLine |
TaxLine.taxTypeName(String taxTypeName) |
| Modifier and Type | Method and Description |
|---|---|
List<TaxLine> |
Payslip.getTaxLines()
Get taxLines
|
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.addTaxLinesItem(TaxLine taxLinesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Payslip.setTaxLines(List<TaxLine> taxLines) |
Payslip |
Payslip.taxLines(List<TaxLine> taxLines) |
Copyright © 2020. All rights reserved.