Uses of Class
com.xero.models.payrollau.TaxLine
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of TaxLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TaxLine Modifier and Type Method Description TaxLineTaxLine. amount(Double amount)TaxLineTaxLine. description(String description)TaxLineTaxLine. liabilityAccount(String liabilityAccount)TaxLineTaxLine. manualTaxType(ManualTaxType manualTaxType)TaxLineTaxLine. payslipTaxLineID(UUID payslipTaxLineID)TaxLineTaxLine. taxTypeName(String taxTypeName)Methods in com.xero.models.payrollau that return types with arguments of type TaxLine Modifier and Type Method Description List<TaxLine>Payslip. getTaxLines()Get taxLinesList<TaxLine>PayslipLines. getTaxLines()Get taxLinesMethods in com.xero.models.payrollau with parameters of type TaxLine Modifier and Type Method Description PayslipPayslip. addTaxLinesItem(TaxLine taxLinesItem)PayslipLinesPayslipLines. addTaxLinesItem(TaxLine taxLinesItem)Method parameters in com.xero.models.payrollau with type arguments of type TaxLine Modifier and Type Method Description voidPayslip. setTaxLines(List<TaxLine> taxLines)voidPayslipLines. setTaxLines(List<TaxLine> taxLines)PayslipPayslip. taxLines(List<TaxLine> taxLines)PayslipLinesPayslipLines. taxLines(List<TaxLine> taxLines)