Class ProductClassificationSystemModel

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

public class ProductClassificationSystemModel extends Object
Represents a product classification system.
  • Constructor Details

    • ProductClassificationSystemModel

      public ProductClassificationSystemModel()
  • Method Details

    • getSystemId

      public Integer getSystemId()
      Getter for systemId Its Integer SystemId value for System
    • setSystemId

      public void setSystemId(Integer value)
      Setter for systemId Its Integer SystemId value for System
    • getSystemCode

      public String getSystemCode()
      Getter for systemCode The System code for this System.
    • setSystemCode

      public void setSystemCode(String value)
      Setter for systemCode The System code for this System.
    • getDescription

      public String getDescription()
      Getter for description A friendly human-readable name representing this System.
    • setDescription

      public void setDescription(String value)
      Setter for description A friendly human-readable name representing this System.
    • getCustomsValue

      public String getCustomsValue()
      Getter for customsValue custom value set for the system
    • setCustomsValue

      public void setCustomsValue(String value)
      Setter for customsValue custom value set for the system
    • getCountries

      public ArrayList<ProductSystemCountryModel> getCountries()
      Getter for countries List of all countries that belong to the system including
    • setCountries

      public void setCountries(ArrayList<ProductSystemCountryModel> value)
      Setter for countries List of all countries that belong to the system including
    • toString

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