Class AccountTsaAccessModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountTsaAccessModel
Descibes a record of an account granting TSA accounts write access.
See AVT-25316
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The id of the account to which the TSA access entry belongs to.Getter for endDate The date/time when this TSA access record expires.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.void
setAccountId
(Integer value) Setter for accountId The id of the account to which the TSA access entry belongs to.void
setEndDate
(Date value) Setter for endDate The date/time when this TSA access record expires.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.toString()
Returns a JSON string representation of AccountTsaAccessModel
-
Constructor Details
-
AccountTsaAccessModel
public AccountTsaAccessModel()
-
-
Method Details
-
getAccountId
Getter for accountId The id of the account to which the TSA access entry belongs to. -
setAccountId
Setter for accountId The id of the account to which the TSA access entry belongs to. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getEndDate
Getter for endDate The date/time when this TSA access record expires. -
setEndDate
Setter for endDate The date/time when this TSA access record expires. -
toString
Returns a JSON string representation of AccountTsaAccessModel
-