Class ItemRestrictionInputModel

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

public class ItemRestrictionInputModel extends Object
Represents a parameter associated with an item.
  • Constructor Details

    • ItemRestrictionInputModel

      public ItemRestrictionInputModel()
  • Method Details

    • getItemCode

      public String getItemCode()
      Getter for itemCode Item for which this restrictions exists
    • setItemCode

      public void setItemCode(String value)
      Setter for itemCode Item for which this restrictions exists
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId associated with the item
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId associated with the item
    • getHsCode

      public String getHsCode()
      Getter for hsCode The HsCode for which this restriction is getting created
    • setHsCode

      public void setHsCode(String value)
      Setter for hsCode The HsCode for which this restriction is getting created
    • getCountryOfImport

      public String getCountryOfImport()
      Getter for countryOfImport The Country Of Import for which this restriction is getting created
    • setCountryOfImport

      public void setCountryOfImport(String value)
      Setter for countryOfImport The Country Of Import for which this restriction is getting created
    • getCountryOfExport

      public String getCountryOfExport()
      Getter for countryOfExport The Country Of Export for which this restriction is getting create
    • setCountryOfExport

      public void setCountryOfExport(String value)
      Setter for countryOfExport The Country Of Export for which this restriction is getting create
    • getCountryOfManufacture

      public String getCountryOfManufacture()
      Getter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create
    • setCountryOfManufacture

      public void setCountryOfManufacture(String value)
      Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create
    • getRestrictionType

      public String getRestrictionType()
      Getter for restrictionType Restriction Type of the Item
    • setRestrictionType

      public void setRestrictionType(String value)
      Setter for restrictionType Restriction Type of the Item
    • getRegulation

      public String getRegulation()
      Getter for regulation Regulation of the Item
    • setRegulation

      public void setRegulation(String value)
      Setter for regulation Regulation of the Item
    • getGovernmentAgency

      public String getGovernmentAgency()
      Getter for governmentAgency Government agency which is related for this restriction
    • setGovernmentAgency

      public void setGovernmentAgency(String value)
      Setter for governmentAgency Government agency which is related for this restriction
    • getComplianceMessage

      public String getComplianceMessage()
      Getter for complianceMessage Message
    • setComplianceMessage

      public void setComplianceMessage(String value)
      Setter for complianceMessage Message
    • toString

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