Class AuditTransactionModel

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

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

    • AuditTransactionModel

      public AuditTransactionModel()
  • Method Details

    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId Unique ID number of the company that created this transaction
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId Unique ID number of the company that created this transaction
    • getReconstructed

      public ReconstructedApiRequestResponseModel getReconstructed()
      Getter for reconstructed
    • setReconstructed

      public void setReconstructed(ReconstructedApiRequestResponseModel value)
      Setter for reconstructed
    • 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 AuditTransactionModel
      Overrides:
      toString in class Object