Package com.xero.models.payrollnz
Class TaxLine
java.lang.Object
com.xero.models.payrollnz.TaxLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of the tax linedescription(String description) Tax line descriptionbooleanThe amount of the tax lineTax line descriptionTax type IDIdentifies if the tax line is a manual adjustmentXero identifier for payroll tax lineglobalTaxTypeID(String globalTaxTypeID) Tax type IDinthashCode()manualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentvoidThe amount of the tax linevoidsetDescription(String description) Tax line descriptionvoidsetGlobalTaxTypeID(String globalTaxTypeID) Tax type IDvoidsetManualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentvoidsetTaxLineID(UUID taxLineID) Xero identifier for payroll tax lineXero identifier for payroll tax linetoString()
-
Constructor Details
-
TaxLine
public TaxLine()
-
-
Method Details
-
taxLineID
-
getTaxLineID
-
setTaxLineID
Xero identifier for payroll tax line- Parameters:
taxLineID- UUID
-
description
-
getDescription
-
setDescription
Tax line description- Parameters:
description- String
-
amount
-
getAmount
-
setAmount
-
globalTaxTypeID
-
getGlobalTaxTypeID
-
setGlobalTaxTypeID
Tax type ID- Parameters:
globalTaxTypeID- String
-
manualAdjustment
-
getManualAdjustment
Identifies if the tax line is a manual adjustment- Returns:
- manualAdjustment
-
setManualAdjustment
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean
-
equals
-
hashCode
-
toString
-