Class AuditServiceConfigModel

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

public class AuditServiceConfigModel extends Object
Used for Enabling an Autit Trail.
  • Constructor Details

    • AuditServiceConfigModel

      public AuditServiceConfigModel()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId The unique ID number assigned to this account.
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The unique ID number assigned to this account.
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time
    • getDuration

      public Integer getDuration()
      Getter for duration Duration of Audit in hours
    • setDuration

      public void setDuration(Integer value)
      Setter for duration Duration of Audit in hours
    • toString

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