Class ItemTaxCodeClassificationRequestStatusOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemTaxCodeClassificationRequestStatusOutputModel
Represents a tax code classification request status output model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for classificationDetailsGetter for createdDate The date/time when this request was created.Getter for requestId The unique Request Id of classification requestGetter for status The status of classification requestGetter for totalItems The total number of items for which classification is initiated in requestvoid
Setter for classificationDetailsvoid
setCreatedDate
(Date value) Setter for createdDate The date/time when this request was created.void
setRequestId
(Integer value) Setter for requestId The unique Request Id of classification requestvoid
Setter for status The status of classification requestvoid
setTotalItems
(Integer value) Setter for totalItems The total number of items for which classification is initiated in requesttoString()
Returns a JSON string representation of ItemTaxCodeClassificationRequestStatusOutputModel
-
Constructor Details
-
ItemTaxCodeClassificationRequestStatusOutputModel
public ItemTaxCodeClassificationRequestStatusOutputModel()
-
-
Method Details
-
getRequestId
Getter for requestId The unique Request Id of classification request -
setRequestId
Setter for requestId The unique Request Id of classification request -
getClassificationDetails
Getter for classificationDetails -
setClassificationDetails
Setter for classificationDetails -
getTotalItems
Getter for totalItems The total number of items for which classification is initiated in request -
setTotalItems
Setter for totalItems The total number of items for which classification is initiated in request -
getStatus
Getter for status The status of classification request -
setStatus
Setter for status The status of 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. -
toString
Returns a JSON string representation of ItemTaxCodeClassificationRequestStatusOutputModel
-