Class TaxLine


  • public class TaxLine
    extends Object
    TaxLine
    • Constructor Detail

      • TaxLine

        public TaxLine()
    • Method Detail

      • taxLineID

        public TaxLine taxLineID​(UUID taxLineID)
        Xero identifier for payroll tax line
        Parameters:
        taxLineID - UUID
        Returns:
        TaxLine
      • getTaxLineID

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

        public void setTaxLineID​(UUID taxLineID)
        Xero identifier for payroll tax line
        Parameters:
        taxLineID - UUID
      • description

        public TaxLine description​(String description)
        Tax line description
        Parameters:
        description - String
        Returns:
        TaxLine
      • getDescription

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

        public void setDescription​(String description)
        Tax line description
        Parameters:
        description - String
      • amount

        public TaxLine amount​(Double amount)
        The amount of the tax line
        Parameters:
        amount - Double
        Returns:
        TaxLine
      • getAmount

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

        public void setAmount​(Double amount)
        The amount of the tax line
        Parameters:
        amount - Double
      • globalTaxTypeID

        public TaxLine globalTaxTypeID​(String globalTaxTypeID)
        Tax type ID
        Parameters:
        globalTaxTypeID - String
        Returns:
        TaxLine
      • getGlobalTaxTypeID

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

        public void setGlobalTaxTypeID​(String globalTaxTypeID)
        Tax type ID
        Parameters:
        globalTaxTypeID - String
      • manualAdjustment

        public TaxLine manualAdjustment​(Boolean manualAdjustment)
        Identifies if the tax line is a manual adjustment
        Parameters:
        manualAdjustment - Boolean
        Returns:
        TaxLine
      • getManualAdjustment

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

        public void setManualAdjustment​(Boolean manualAdjustment)
        Identifies if the tax line is a manual adjustment
        Parameters:
        manualAdjustment - Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object