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
Modifier and Type Method Description java.lang.StringgetItemCode()Getter for itemCode A unique code representing this item.java.util.ArrayList<ItemTaxCodeModel>getRecommendations()Getter for recommendations Item tax code recommendationsjava.lang.StringgetUrl()Getter for url UrlvoidsetItemCode(java.lang.String value)Setter for itemCode A unique code representing this item.voidsetRecommendations(java.util.ArrayList<ItemTaxCodeModel> value)Setter for recommendations Item tax code recommendationsvoidsetUrl(java.lang.String value)Setter for url Urljava.lang.StringtoString()Returns a JSON string representation of ItemTaxCodeRecommendationsOutputModel
-
Constructor Details
-
ItemTaxCodeRecommendationsOutputModel
public ItemTaxCodeRecommendationsOutputModel()
-
-
Method Details
-
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
Getter for recommendations Item tax code recommendations -
setRecommendations
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:
toStringin classjava.lang.Object
-