Class ItemTaxCodeClassificationRequestOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemTaxCodeClassificationRequestOutputModel
Represents a tax code classification request output model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company that has created classification request.Getter for createdDate The date/time when this request was created.Getter for createdUserId The User ID of the user who created this classification request.Getter for modifiedDate The date/time when this record was last modified.Getter for request The classification requestGetter for requestId The unique Request Id of classification requestGetter for requestType The request type of classification requestGetter for status The status of classification requestvoid
setCompanyId
(Integer value) Setter for companyId The unique ID number of the company that has created classification request.void
setCreatedDate
(Date value) Setter for createdDate The date/time when this request was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this classification request.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setRequest
(String value) Setter for request The classification requestvoid
setRequestId
(Integer value) Setter for requestId The unique Request Id of classification requestvoid
setRequestType
(String value) Setter for requestType The request type of classification requestvoid
Setter for status The status of classification requesttoString()
Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel
-
Constructor Details
-
ItemTaxCodeClassificationRequestOutputModel
public ItemTaxCodeClassificationRequestOutputModel()
-
-
Method Details
-
getRequestId
Getter for requestId The unique Request Id of classification request -
setRequestId
Setter for requestId The unique Request Id of classification request -
getCompanyId
Getter for companyId The unique ID number of the company that has created classification request. -
setCompanyId
Setter for companyId The unique ID number of the company that has created classification request. -
getRequest
Getter for request The classification request -
setRequest
Setter for request The classification request -
getStatus
Getter for status The status of classification request -
setStatus
Setter for status The status of classification request -
getRequestType
Getter for requestType The request type of classification request -
setRequestType
Setter for requestType The request type of classification request -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this classification request. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this classification request. -
getCreatedDate
Getter for createdDate The date/time when this request was created. -
setCreatedDate
Setter for createdDate The date/time when this request was created. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
toString
Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel
-