Class FilingStatusChangeModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingStatusChangeModel
Represents a change request for filing status for a company
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for requestedStatus Indicates the filing status you are requesting for this companyvoidSetter for requestedStatus Indicates the filing status you are requesting for this companytoString()Returns a JSON string representation of FilingStatusChangeModel
-
Constructor Details
-
FilingStatusChangeModel
public FilingStatusChangeModel()
-
-
Method Details
-
getRequestedStatus
Getter for requestedStatus Indicates the filing status you are requesting for this company -
setRequestedStatus
Setter for requestedStatus Indicates the filing status you are requesting for this company -
toString
Returns a JSON string representation of FilingStatusChangeModel
-