Class CombinedHSTConfigModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CombinedHSTConfigModel
-
public class CombinedHSTConfigModel extends java.lang.Object
An AvaTax account.
-
-
Constructor Summary
Constructors Constructor Description CombinedHSTConfigModel()
-
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 endDatejava.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 endDatevoid
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
-
-
-
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 classjava.lang.Object
-
-