Class AuditTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditTransactionModel
Information about a previously created transaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for apiCallStatus api call statusGetter for companyId Unique ID number of the company that created this transactionGetter 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 createdvoid
setApiCallStatus
(ApiCallStatus value) Setter for apiCallStatus api call statusvoid
setCompanyId
(Integer value) Setter for companyId Unique ID number of the company that created this transactionvoid
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 createdtoString()
Returns a JSON string representation of AuditTransactionModel
-
Constructor Details
-
AuditTransactionModel
public AuditTransactionModel()
-
-
Method Details
-
getCompanyId
Getter for companyId Unique ID number of the company that created this transaction -
setCompanyId
Setter for companyId Unique ID number of the company that created this transaction -
getReconstructed
Getter for reconstructed -
setReconstructed
Setter for reconstructed -
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 AuditTransactionModel
-