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 of the company that created the 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 ID of the classification requestGetter for requestType The request type of the classification requestGetter for status The status of the classification requestvoid
setCompanyId
(Integer value) Setter for companyId The unique ID of the company that created the 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 ID of the classification requestvoid
setRequestType
(String value) Setter for requestType The request type of the classification requestvoid
Setter for status The status of the classification requesttoString()
Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel
-
Constructor Details
-
ItemTaxCodeClassificationRequestOutputModel
public ItemTaxCodeClassificationRequestOutputModel()
-
-
Method Details
-
getRequestId
Getter for requestId The unique ID of the classification request -
setRequestId
Setter for requestId The unique ID of the classification request -
getCompanyId
Getter for companyId The unique ID of the company that created the classification request. -
setCompanyId
Setter for companyId The unique ID of the company that created the classification request. -
getRequest
Getter for request The classification request -
setRequest
Setter for request The classification request -
getStatus
Getter for status The status of the classification request -
setStatus
Setter for status The status of the classification request -
getRequestType
Getter for requestType The request type of the classification request -
setRequestType
Setter for requestType The request type of the 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
-