Class ItemTaxCodeClassificationRequestOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemTaxCodeClassificationRequestOutputModel

public class ItemTaxCodeClassificationRequestOutputModel extends Object
Represents a tax code classification request output model
  • Constructor Details

    • ItemTaxCodeClassificationRequestOutputModel

      public ItemTaxCodeClassificationRequestOutputModel()
  • Method Details

    • getRequestId

      public Integer getRequestId()
      Getter for requestId The unique ID of the classification request
    • setRequestId

      public void setRequestId(Integer value)
      Setter for requestId The unique ID of the classification request
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID of the company that created the classification request.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID of the company that created the classification request.
    • getRequest

      public String getRequest()
      Getter for request The classification request
    • setRequest

      public void setRequest(String value)
      Setter for request The classification request
    • getStatus

      public String getStatus()
      Getter for status The status of the classification request
    • setStatus

      public void setStatus(String value)
      Setter for status The status of the classification request
    • getRequestType

      public String getRequestType()
      Getter for requestType The request type of the classification request
    • setRequestType

      public void setRequestType(String value)
      Setter for requestType The request type of the classification request
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this classification request.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this classification request.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date/time when this request was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date/time when this request was created.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • toString

      public String toString()
      Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel
      Overrides:
      toString in class Object