Class ItemTaxCodeModel

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

public class ItemTaxCodeModel
extends java.lang.Object
Represents item tax code model
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemTaxCodeModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Getter for description Suggested tax code description
    java.lang.String getTaxCode()
    Getter for taxCode Suggested tax code
    void setDescription​(java.lang.String value)
    Setter for description Suggested tax code description
    void setTaxCode​(java.lang.String value)
    Setter for taxCode Suggested tax code
    java.lang.String toString()
    Returns a JSON string representation of ItemTaxCodeModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getTaxCode

      public java.lang.String getTaxCode()
      Getter for taxCode Suggested tax code
    • setTaxCode

      public void setTaxCode​(java.lang.String value)
      Setter for taxCode Suggested tax code
    • getDescription

      public java.lang.String getDescription()
      Getter for description Suggested tax code description
    • setDescription

      public void setDescription​(java.lang.String value)
      Setter for description Suggested tax code description
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ItemTaxCodeModel
      Overrides:
      toString in class java.lang.Object