Package com.xero.models.payrollau
Class TaxLine
java.lang.Object
com.xero.models.payrollau.TaxLine
public class TaxLine extends Object
TaxLine
-
Constructor Summary
Constructors Constructor Description TaxLine() -
Method Summary
Modifier and Type Method Description TaxLineamount(Double amount)TaxLinedescription(String description)booleanequals(Object o)DoublegetAmount()The tax line amountStringgetDescription()Description of the tax line.StringgetLiabilityAccount()The tax line liability account code.ManualTaxTypegetManualTaxType()Get manualTaxTypeUUIDgetPayslipTaxLineID()Xero identifier for payslip tax line ID.StringgetTaxTypeName()Name of the tax type.inthashCode()TaxLineliabilityAccount(String liabilityAccount)TaxLinemanualTaxType(ManualTaxType manualTaxType)TaxLinepayslipTaxLineID(UUID payslipTaxLineID)voidsetAmount(Double amount)voidsetDescription(String description)voidsetLiabilityAccount(String liabilityAccount)voidsetManualTaxType(ManualTaxType manualTaxType)voidsetPayslipTaxLineID(UUID payslipTaxLineID)voidsetTaxTypeName(String taxTypeName)TaxLinetaxTypeName(String taxTypeName)StringtoString()
-
Constructor Details
-
TaxLine
public TaxLine()
-
-
Method Details
-
payslipTaxLineID
-
getPayslipTaxLineID
Xero identifier for payslip tax line ID.- Returns:
- payslipTaxLineID
-
setPayslipTaxLineID
-
amount
-
getAmount
The tax line amount- Returns:
- amount
-
setAmount
-
taxTypeName
-
getTaxTypeName
Name of the tax type.- Returns:
- taxTypeName
-
setTaxTypeName
-
description
-
getDescription
Description of the tax line.- Returns:
- description
-
setDescription
-
manualTaxType
-
getManualTaxType
Get manualTaxType- Returns:
- manualTaxType
-
setManualTaxType
-
liabilityAccount
-
getLiabilityAccount
The tax line liability account code. For posted pay run you should be able to see liability account code- Returns:
- liabilityAccount
-
setLiabilityAccount
-
equals
-
hashCode
public int hashCode() -
toString
-