Class CreateNoticeRootCauseTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.CreateNoticeRootCauseTypeModel
Model to create a new tax notice root cause type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this notice RootCauseGetter for isActive Defines if the RootCause is activeGetter for sortOrder The sort order of this RootCausevoidsetDescription(String value) Setter for description The description name of this notice RootCausevoidsetIsActive(Boolean value) Setter for isActive Defines if the RootCause is activevoidsetSortOrder(Integer value) Setter for sortOrder The sort order of this RootCausetoString()Returns a JSON string representation of CreateNoticeRootCauseTypeModel
-
Constructor Details
-
CreateNoticeRootCauseTypeModel
public CreateNoticeRootCauseTypeModel()
-
-
Method Details
-
getDescription
Getter for description The description name of this notice RootCause -
setDescription
Setter for description The description name of this notice RootCause -
getIsActive
Getter for isActive Defines if the RootCause is active -
setIsActive
Setter for isActive Defines if the RootCause is active -
getSortOrder
Getter for sortOrder The sort order of this RootCause -
setSortOrder
Setter for sortOrder The sort order of this RootCause -
toString
Returns a JSON string representation of CreateNoticeRootCauseTypeModel
-