Package com.xero.models.payrollnz
Class TaxLine
java.lang.Object
com.xero.models.payrollnz.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 IDBooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetTaxLineID()Xero identifier for payroll tax lineTaxLineglobalTaxTypeID(String globalTaxTypeID)inthashCode()TaxLinemanualAdjustment(Boolean manualAdjustment)voidsetAmount(Double amount)voidsetDescription(String description)voidsetGlobalTaxTypeID(String globalTaxTypeID)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
-
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
-