Class FilingFrequencyModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingFrequencyModel
FilingFrequency Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this filing frequencygetId()
Getter for id The unique ID number of this filing frequency.void
setDescription
(String value) Setter for description The description name of this filing frequencyvoid
Setter for id The unique ID number of this filing frequency.toString()
Returns a JSON string representation of FilingFrequencyModel
-
Constructor Details
-
FilingFrequencyModel
public FilingFrequencyModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing frequency. -
setId
Setter for id The unique ID number of this filing frequency. -
getDescription
Getter for description The description name of this filing frequency -
setDescription
Setter for description The description name of this filing frequency -
toString
Returns a JSON string representation of FilingFrequencyModel
-