Class NoticeStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeStatusModel
Tax Notice Status Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for activeFlag The active Flag of this tax authority type.Getter for description The description name of this tax authority type.getId()
Getter for id The unique ID number of this tax authority type.Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.void
setActiveFlag
(Boolean value) Setter for activeFlag The active Flag of this tax authority type.void
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 authority type.void
Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.void
setSortOrder
(Integer value) Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.toString()
Returns a JSON string representation of NoticeStatusModel
-
Constructor Details
-
NoticeStatusModel
public NoticeStatusModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax authority type. -
setId
Setter for id The unique ID number of this tax authority 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. -
getIsOpen
Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed. -
setIsOpen
Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed. -
getSortOrder
Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order. -
setSortOrder
Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order. -
getActiveFlag
Getter for activeFlag The active Flag of this tax authority type. -
setActiveFlag
Setter for activeFlag The active Flag of this tax authority type. -
toString
Returns a JSON string representation of NoticeStatusModel
-