Class AuditServiceConfigModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditServiceConfigModel
Used for Enabling an Autit Trail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number assigned to this account.Getter for duration Duration of Audit in hoursGetter for effectiveDate Date and Time to start Auditing in UTC.void
setAccountId
(Integer value) Setter for accountId The unique ID number assigned to this account.void
setDuration
(Integer value) Setter for duration Duration of Audit in hoursvoid
setEffectiveDate
(Date value) Setter for effectiveDate Date and Time to start Auditing in UTC.toString()
Returns a JSON string representation of AuditServiceConfigModel
-
Constructor Details
-
AuditServiceConfigModel
public AuditServiceConfigModel()
-
-
Method Details
-
getAccountId
Getter for accountId The unique ID number assigned to this account. -
setAccountId
Setter for accountId The unique ID number assigned to this account. -
getEffectiveDate
Getter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time -
setEffectiveDate
Setter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time -
getDuration
Getter for duration Duration of Audit in hours -
setDuration
Setter for duration Duration of Audit in hours -
toString
Returns a JSON string representation of AuditServiceConfigModel
-