Class AccountTsaAccessModel

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

public class AccountTsaAccessModel extends Object
Descibes a record of an account granting TSA accounts write access. See AVT-25316
  • Constructor Details

    • AccountTsaAccessModel

      public AccountTsaAccessModel()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId The id of the account to which the TSA access entry belongs to.
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The id of the account to which the TSA access entry belongs to.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The date/time when this TSA access record expires.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The date/time when this TSA access record expires.
    • toString

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