Package com.xero.models.payrolluk
Class TaxLine
java.lang.Object
com.xero.models.payrolluk.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 amount of the tax lineStringgetDescription()Tax line descriptionStringgetGlobalTaxTypeID()Tax type IDBooleangetIsEmployerTax()Identifies if the amount is paid for by the employee or employer.BooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetTaxLineID()Xero identifier for payroll tax lineTaxLineglobalTaxTypeID(String globalTaxTypeID)inthashCode()TaxLineisEmployerTax(Boolean isEmployerTax)TaxLinemanualAdjustment(Boolean manualAdjustment)voidsetAmount(Double amount)voidsetDescription(String description)voidsetGlobalTaxTypeID(String globalTaxTypeID)voidsetIsEmployerTax(Boolean isEmployerTax)voidsetManualAdjustment(Boolean manualAdjustment)voidsetTaxLineID(UUID taxLineID)TaxLinetaxLineID(UUID taxLineID)StringtoString()
-
Constructor Details
-
TaxLine
public TaxLine()
-
-
Method Details
-
taxLineID
-
getTaxLineID
Xero identifier for payroll tax line- Returns:
- taxLineID
-
setTaxLineID
-
description
-
getDescription
Tax line description- Returns:
- description
-
setDescription
-
isEmployerTax
-
getIsEmployerTax
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Returns:
- isEmployerTax
-
setIsEmployerTax
-
amount
-
getAmount
The amount of the tax line- Returns:
- amount
-
setAmount
-
globalTaxTypeID
-
getGlobalTaxTypeID
Tax type ID- Returns:
- globalTaxTypeID
-
setGlobalTaxTypeID
-
manualAdjustment
-
getManualAdjustment
Identifies if the tax line is a manual adjustment- Returns:
- manualAdjustment
-
setManualAdjustment
-
equals
-
hashCode
public int hashCode() -
toString
-