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