Class CombinedHSTConfigModel
java.lang.Object
net.avalara.avatax.rest.client.models.CombinedHSTConfigModel
An AvaTax account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number assigned to this account.Getter for endDateGetter for excludedCompanyCodes Company Codes to Exclude from change.voidsetAccountId(Integer value) Setter for accountId The unique ID number assigned to this account.voidsetEndDate(Date value) Setter for endDatevoidsetExcludedCompanyCodes(ArrayList<String> value) Setter for excludedCompanyCodes Company Codes to Exclude from change.toString()Returns a JSON string representation of CombinedHSTConfigModel
-
Constructor Details
-
CombinedHSTConfigModel
public CombinedHSTConfigModel()
-
-
Method Details
-
getAccountId
Getter for accountId The unique ID number assigned to this account. -
setAccountId
Setter for accountId The unique ID number assigned to this account. -
getExcludedCompanyCodes
Getter for excludedCompanyCodes Company Codes to Exclude from change. -
setExcludedCompanyCodes
Setter for excludedCompanyCodes Company Codes to Exclude from change. -
getEndDate
Getter for endDate -
setEndDate
Setter for endDate -
toString
Returns a JSON string representation of CombinedHSTConfigModel
-