Class CombinedHSTConfigModel

java.lang.Object
net.avalara.avatax.rest.client.models.CombinedHSTConfigModel

public class CombinedHSTConfigModel extends Object
An AvaTax account.
  • Constructor Details

    • CombinedHSTConfigModel

      public CombinedHSTConfigModel()
  • Method Details

    • getAccountId

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

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

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

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

      public Date getEndDate()
      Getter for endDate
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate
    • toString

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