Class ItemTaxCodeRecommendationsOutputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ItemTaxCodeRecommendationsOutputModel
-
public class ItemTaxCodeRecommendationsOutputModel extends java.lang.Object
Represents item tax code recommendations model
-
-
Constructor Summary
Constructors Constructor Description ItemTaxCodeRecommendationsOutputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getItemCode()
Getter for itemCode A unique code representing this item.java.util.ArrayList<ItemTaxCodeModel>
getRecommendations()
Getter for recommendations Item tax code recommendationsjava.lang.String
getUrl()
Getter for url Urlvoid
setItemCode(java.lang.String value)
Setter for itemCode A unique code representing this item.void
setRecommendations(java.util.ArrayList<ItemTaxCodeModel> value)
Setter for recommendations Item tax code recommendationsvoid
setUrl(java.lang.String value)
Setter for url Urljava.lang.String
toString()
Returns a JSON string representation of ItemTaxCodeRecommendationsOutputModel
-
-
-
Method Detail
-
getItemCode
public java.lang.String getItemCode()
Getter for itemCode A unique code representing this item.
-
setItemCode
public void setItemCode(java.lang.String value)
Setter for itemCode A unique code representing this item.
-
getRecommendations
public java.util.ArrayList<ItemTaxCodeModel> getRecommendations()
Getter for recommendations Item tax code recommendations
-
setRecommendations
public void setRecommendations(java.util.ArrayList<ItemTaxCodeModel> value)
Setter for recommendations Item tax code recommendations
-
getUrl
public java.lang.String getUrl()
Getter for url Url
-
setUrl
public void setUrl(java.lang.String value)
Setter for url Url
-
toString
public java.lang.String toString()
Returns a JSON string representation of ItemTaxCodeRecommendationsOutputModel- Overrides:
toString
in classjava.lang.Object
-
-