Class ItemPremiumClassificationInputModel

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

public class ItemPremiumClassificationInputModel extends Object
Represents a premium classification associated with an item's HS code for a system code.
  • Constructor Details

    • ItemPremiumClassificationInputModel

      public ItemPremiumClassificationInputModel()
  • Method Details

    • getHsCode

      public String getHsCode()
      Getter for hsCode The HsCode for which this premium classification is being created.
    • setHsCode

      public void setHsCode(String value)
      Setter for hsCode The HsCode for which this premium classification is being created.
    • getJustification

      public String getJustification()
      Getter for justification Justification why this HsCode is attached to this item.
    • setJustification

      public void setJustification(String value)
      Setter for justification Justification why this HsCode is attached to this item.
    • toString

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