Class AuditMultiDocumentModel

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

public class AuditMultiDocumentModel extends Object
Information about a previously created MultiDocument transaction
  • Constructor Details

    • AuditMultiDocumentModel

      public AuditMultiDocumentModel()
  • Method Details

    • getReconstructed

      public ReconstructedMultiDocumentModel getReconstructed()
      Getter for reconstructed
    • setReconstructed

      public void setReconstructed(ReconstructedMultiDocumentModel value)
      Setter for reconstructed
    • getCode

      public String getCode()
      Getter for code Represents the unique code of this MultiDocument transaction. A MultiDocument transaction is uniquely identified by its `accountId`, `code`, and `type`.
    • setCode

      public void setCode(String value)
      Setter for code Represents the unique code of this MultiDocument transaction. A MultiDocument transaction is uniquely identified by its `accountId`, `code`, and `type`.
    • getType

      public DocumentType getType()
      Getter for type Represents the document type of this MultiDocument transaction. For more information about document types, see [DocumentType](https://developer.avalara.com/api-reference/avatax/rest/v2/models/enums/DocumentType/). A MultiDocument transaction is uniquely identified by its `accountId`, `code`, and `type`.
    • setType

      public void setType(DocumentType value)
      Setter for type Represents the document type of this MultiDocument transaction. For more information about document types, see [DocumentType](https://developer.avalara.com/api-reference/avatax/rest/v2/models/enums/DocumentType/). A MultiDocument transaction is uniquely identified by its `accountId`, `code`, and `type`.
    • getServerTimestamp

      public Date getServerTimestamp()
      Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created
    • setServerTimestamp

      public void setServerTimestamp(Date value)
      Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created
    • getServerDuration

      public Date getServerDuration()
      Getter for serverDuration Length of time the original API call took
    • setServerDuration

      public void setServerDuration(Date value)
      Setter for serverDuration Length of time the original API call took
    • getApiCallStatus

      public ApiCallStatus getApiCallStatus()
      Getter for apiCallStatus api call status
    • setApiCallStatus

      public void setApiCallStatus(ApiCallStatus value)
      Setter for apiCallStatus api call status
    • getOriginal

      public OriginalApiRequestResponseModel getOriginal()
      Getter for original
    • setOriginal

      public void setOriginal(OriginalApiRequestResponseModel value)
      Setter for original
    • toString

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