Class TaxLine

java.lang.Object
com.xero.models.payrolluk.TaxLine

public class TaxLine
extends Object
TaxLine
  • Constructor Details

    • TaxLine

      public TaxLine()
  • Method Details

    • taxLineID

      public TaxLine taxLineID​(UUID taxLineID)
    • getTaxLineID

      public UUID getTaxLineID()
      Xero identifier for payroll tax line
      Returns:
      taxLineID
    • setTaxLineID

      public void setTaxLineID​(UUID taxLineID)
    • description

      public TaxLine description​(String description)
    • getDescription

      public String getDescription()
      Tax line description
      Returns:
      description
    • setDescription

      public void setDescription​(String description)
    • isEmployerTax

      public TaxLine isEmployerTax​(Boolean isEmployerTax)
    • getIsEmployerTax

      public Boolean getIsEmployerTax()
      Identifies if the amount is paid for by the employee or employer. True if employer pays the tax
      Returns:
      isEmployerTax
    • setIsEmployerTax

      public void setIsEmployerTax​(Boolean isEmployerTax)
    • amount

      public TaxLine amount​(Double amount)
    • getAmount

      public Double getAmount()
      The amount of the tax line
      Returns:
      amount
    • setAmount

      public void setAmount​(Double amount)
    • globalTaxTypeID

      public TaxLine globalTaxTypeID​(String globalTaxTypeID)
    • getGlobalTaxTypeID

      public String getGlobalTaxTypeID()
      Tax type ID
      Returns:
      globalTaxTypeID
    • setGlobalTaxTypeID

      public void setGlobalTaxTypeID​(String globalTaxTypeID)
    • manualAdjustment

      public TaxLine manualAdjustment​(Boolean manualAdjustment)
    • getManualAdjustment

      public Boolean getManualAdjustment()
      Identifies if the tax line is a manual adjustment
      Returns:
      manualAdjustment
    • setManualAdjustment

      public void setManualAdjustment​(Boolean manualAdjustment)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object