Class AuditMultiDocumentModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditMultiDocumentModel
public class AuditMultiDocumentModel
extends java.lang.Object
Information about a previously created MultiDocument transaction
-
Constructor Summary
Constructors Constructor Description AuditMultiDocumentModel()
-
Method Summary
Modifier and Type Method Description ApiCallStatus
getApiCallStatus()
Getter for apiCallStatus api call statusjava.lang.String
getCode()
Getter for code Represents the unique code of this MultiDocument transaction.OriginalApiRequestResponseModel
getOriginal()
Getter for originalReconstructedMultiDocumentModel
getReconstructed()
Getter for reconstructedjava.util.Date
getServerDuration()
Getter for serverDuration Length of time the original API call tookjava.util.Date
getServerTimestamp()
Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdDocumentType
getType()
Getter for type Represents the document type of this MultiDocument transaction.void
setApiCallStatus(ApiCallStatus value)
Setter for apiCallStatus api call statusvoid
setCode(java.lang.String value)
Setter for code Represents the unique code of this MultiDocument transaction.void
setOriginal(OriginalApiRequestResponseModel value)
Setter for originalvoid
setReconstructed(ReconstructedMultiDocumentModel value)
Setter for reconstructedvoid
setServerDuration(java.util.Date value)
Setter for serverDuration Length of time the original API call tookvoid
setServerTimestamp(java.util.Date value)
Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdvoid
setType(DocumentType value)
Setter for type Represents the document type of this MultiDocument transaction.java.lang.String
toString()
Returns a JSON string representation of AuditMultiDocumentModel
-
Constructor Details
-
AuditMultiDocumentModel
public AuditMultiDocumentModel()
-
-
Method Details
-
getReconstructed
Getter for reconstructed -
setReconstructed
Setter for reconstructed -
getCode
public java.lang.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(java.lang.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
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
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 java.util.Date getServerTimestamp()Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
setServerTimestamp
public void setServerTimestamp(java.util.Date value)Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
getServerDuration
public java.util.Date getServerDuration()Getter for serverDuration Length of time the original API call took -
setServerDuration
public void setServerDuration(java.util.Date value)Setter for serverDuration Length of time the original API call took -
getApiCallStatus
Getter for apiCallStatus api call status -
setApiCallStatus
Setter for apiCallStatus api call status -
getOriginal
Getter for original -
setOriginal
Setter for original -
toString
public java.lang.String toString()Returns a JSON string representation of AuditMultiDocumentModel- Overrides:
toString
in classjava.lang.Object
-