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 recommendations
    java.lang.String getUrl()
    Getter for url Url
    void 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 recommendations
    void setUrl​(java.lang.String value)
    Setter for url Url
    java.lang.String toString()
    Returns a JSON string representation of ItemTaxCodeRecommendationsOutputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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

      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 class java.lang.Object