Class ItemPremiumClassificationOutputModel

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

public class ItemPremiumClassificationOutputModel extends Object
Represents a Premium Classification output model associated with an item's SystemCode..
  • Constructor Details

    • ItemPremiumClassificationOutputModel

      public ItemPremiumClassificationOutputModel()
  • Method Details

    • getId

      public String getId()
      Getter for id ItemPremiumClassificationDetailId
    • setId

      public void setId(String value)
      Setter for id ItemPremiumClassificationDetailId
    • getItemCode

      public String getItemCode()
      Getter for itemCode Item associated with this premium classification.
    • setItemCode

      public void setItemCode(String value)
      Setter for itemCode Item associated with this premium classification.
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId with which the Item is associated.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId with which the Item is associated.
    • getHsCode

      public String getHsCode()
      Getter for hsCode The HS code associated with this item's premium classification.
    • setHsCode

      public void setHsCode(String value)
      Setter for hsCode The HS code associated with this item's premium classification.
    • getSystemCode

      public String getSystemCode()
      Getter for systemCode SystemCode associated with this premium classificaitons.
    • setSystemCode

      public void setSystemCode(String value)
      Setter for systemCode SystemCode associated with this premium classificaitons.
    • 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.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The user who created the record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The user who created the record.
    • toString

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