Class ItemTaxCodeRecommendationsOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemTaxCodeRecommendationsOutputModel

public class ItemTaxCodeRecommendationsOutputModel extends Object
Represents item tax code recommendations model
  • Constructor Details

    • ItemTaxCodeRecommendationsOutputModel

      public ItemTaxCodeRecommendationsOutputModel()
  • Method Details

    • getItemCode

      public String getItemCode()
      Getter for itemCode A unique code representing this item.
    • setItemCode

      public void setItemCode(String value)
      Setter for itemCode A unique code representing this item.
    • getRecommendations

      public ArrayList<ItemTaxCodeModel> getRecommendations()
      Getter for recommendations Item tax code recommendations
    • setRecommendations

      public void setRecommendations(ArrayList<ItemTaxCodeModel> value)
      Setter for recommendations Item tax code recommendations
    • getUrl

      public String getUrl()
      Getter for url Url
    • setUrl

      public void setUrl(String value)
      Setter for url Url
    • toString

      public String toString()
      Returns a JSON string representation of ItemTaxCodeRecommendationsOutputModel
      Overrides:
      toString in class Object