Class FilingFrequencyModel

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

public class FilingFrequencyModel extends Object
FilingFrequency Model
  • Constructor Details

    • FilingFrequencyModel

      public FilingFrequencyModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this filing frequency.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this filing frequency.
    • getDescription

      public String getDescription()
      Getter for description The description name of this filing frequency
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this filing frequency
    • toString

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