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.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
-
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:
toString
in classjava.lang.Object
-