Class AuditMultiDocumentModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditMultiDocumentModel
Information about a previously created MultiDocument transaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for apiCallStatus api call statusgetCode()
Getter for code Represents the unique code of this MultiDocument transaction.Getter for originalGetter for reconstructedGetter for serverDuration Length of time the original API call tookGetter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdgetType()
Getter for type Represents the document type of this MultiDocument transaction.void
setApiCallStatus
(ApiCallStatus value) Setter for apiCallStatus api call statusvoid
Setter for code Represents the unique code of this MultiDocument transaction.void
Setter for originalvoid
Setter for reconstructedvoid
setServerDuration
(Date value) Setter for serverDuration Length of time the original API call tookvoid
setServerTimestamp
(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.toString()
Returns a JSON string representation of AuditMultiDocumentModel
-
Constructor Details
-
AuditMultiDocumentModel
public AuditMultiDocumentModel()
-
-
Method Details
-
getReconstructed
Getter for reconstructed -
setReconstructed
Setter for reconstructed -
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
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
Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
setServerTimestamp
Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
getServerDuration
Getter for serverDuration Length of time the original API call took -
setServerDuration
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
Returns a JSON string representation of AuditMultiDocumentModel
-