Package com.xero.models.payrolluk
Class TaxLine
java.lang.Object
com.xero.models.payrolluk.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 amount is paid for by the employee or employer.Identifies if the tax line is a manual adjustmentXero identifier for payroll tax lineglobalTaxTypeID(String globalTaxTypeID) Tax type IDinthashCode()isEmployerTax(Boolean isEmployerTax) Identifies if the amount is paid for by the employee or employer.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 IDvoidsetIsEmployerTax(Boolean isEmployerTax) Identifies if the amount is paid for by the employee or employer.voidsetManualAdjustment(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
-
isEmployerTax
-
getIsEmployerTax
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Returns:
- isEmployerTax
-
setIsEmployerTax
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Parameters:
isEmployerTax- Boolean
-
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
-