Class AccountLicenseKeyModel

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

public class AccountLicenseKeyModel extends Object
An account user who is permitted to use AvaTax.
  • Constructor Details

    • AccountLicenseKeyModel

      public AccountLicenseKeyModel()
  • Method Details

    • getName

      public String getName()
      Getter for name The unique name for license key per account
    • setName

      public void setName(String value)
      Setter for name The unique name for license key per account
    • getAccountId

      public Integer getAccountId()
      Getter for accountId AccountId for required license key
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId AccountId for required license key
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The user id for the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The user id for the user who created 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.
    • getModifiedUserId

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

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

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