Class ItemClassificationInputModel

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

public class ItemClassificationInputModel extends Object
Product classification input model.
  • Constructor Details

    • ItemClassificationInputModel

      public ItemClassificationInputModel()
  • Method Details

    • getProductCode

      public String getProductCode()
      Getter for productCode The product code of an item in a given system.
    • setProductCode

      public void setProductCode(String value)
      Setter for productCode The product code of an item in a given system.
    • getSystemCode

      public String getSystemCode()
      Getter for systemCode The system code in which the product belongs.
    • setSystemCode

      public void setSystemCode(String value)
      Setter for systemCode The system code in which the product belongs.
    • toString

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