Class CombinedHSTConfigModel


  • public class CombinedHSTConfigModel
    extends java.lang.Object
    An AvaTax account.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId The unique ID number assigned to this account.
      java.util.Date getEndDate()
      Getter for endDate
      java.util.ArrayList<java.lang.String> getExcludedCompanyCodes()
      Getter for excludedCompanyCodes Company Codes to Exclude from change.
      void setAccountId​(java.lang.Integer value)
      Setter for accountId The unique ID number assigned to this account.
      void setEndDate​(java.util.Date value)
      Setter for endDate
      void setExcludedCompanyCodes​(java.util.ArrayList<java.lang.String> value)
      Setter for excludedCompanyCodes Company Codes to Exclude from change.
      java.lang.String toString()
      Returns a JSON string representation of CombinedHSTConfigModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CombinedHSTConfigModel

        public CombinedHSTConfigModel()
    • Method Detail

      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId The unique ID number assigned to this account.
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId The unique ID number assigned to this account.
      • getExcludedCompanyCodes

        public java.util.ArrayList<java.lang.String> getExcludedCompanyCodes()
        Getter for excludedCompanyCodes Company Codes to Exclude from change.
      • setExcludedCompanyCodes

        public void setExcludedCompanyCodes​(java.util.ArrayList<java.lang.String> value)
        Setter for excludedCompanyCodes Company Codes to Exclude from change.
      • getEndDate

        public java.util.Date getEndDate()
        Getter for endDate
      • setEndDate

        public void setEndDate​(java.util.Date value)
        Setter for endDate
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CombinedHSTConfigModel
        Overrides:
        toString in class java.lang.Object