Uses of Class
com.xero.models.payrollau.TaxLine
-
Packages that use 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)The tax line amountTaxLineTaxLine. description(String description)Description of the tax line.TaxLineTaxLine. liabilityAccount(String liabilityAccount)The tax line liability account code.TaxLineTaxLine. manualTaxType(ManualTaxType manualTaxType)manualTaxTypeTaxLineTaxLine. payslipTaxLineID(UUID payslipTaxLineID)Xero identifier for payslip tax line ID.TaxLineTaxLine. taxTypeName(String taxTypeName)Name of the tax type.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)taxLinesPayslipLinesPayslipLines. addTaxLinesItem(TaxLine taxLinesItem)taxLinesMethod parameters in com.xero.models.payrollau with type arguments of type TaxLine Modifier and Type Method Description voidPayslip. setTaxLines(List<TaxLine> taxLines)taxLinesvoidPayslipLines. setTaxLines(List<TaxLine> taxLines)taxLinesPayslipPayslip. taxLines(List<TaxLine> taxLines)taxLinesPayslipLinesPayslipLines. taxLines(List<TaxLine> taxLines)taxLines
-