Class NoticePriorityModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticePriorityModel
Tax Notice Priority Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for activeFlag A flag if the Priority is activeGetter for description The description name of this tax authority Priority.getId()
Getter for id The unique ID number of this tax notice customer Priority.Getter for sortOrder sort order of the Prioritysvoid
setActiveFlag
(Boolean value) Setter for activeFlag A flag if the Priority is activevoid
setDescription
(String value) Setter for description The description name of this tax authority Priority.void
Setter for id The unique ID number of this tax notice customer Priority.void
setSortOrder
(Integer value) Setter for sortOrder sort order of the PrioritystoString()
Returns a JSON string representation of NoticePriorityModel
-
Constructor Details
-
NoticePriorityModel
public NoticePriorityModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax notice customer Priority. -
setId
Setter for id The unique ID number of this tax notice customer Priority. -
getDescription
Getter for description The description name of this tax authority Priority. -
setDescription
Setter for description The description name of this tax authority Priority. -
getActiveFlag
Getter for activeFlag A flag if the Priority is active -
setActiveFlag
Setter for activeFlag A flag if the Priority is active -
getSortOrder
Getter for sortOrder sort order of the Prioritys -
setSortOrder
Setter for sortOrder sort order of the Prioritys -
toString
Returns a JSON string representation of NoticePriorityModel
-