Class AccountLicenseKeyModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountLicenseKeyModel
An account user who is permitted to use AvaTax.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId AccountId for required license keyGetter for createdDate The date when this record was created.Getter for createdUserId The user id for the user who created this record.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user id of user who last modified this record.getName()
Getter for name The unique name for license key per accountvoid
setAccountId
(Integer value) Setter for accountId AccountId for required license keyvoid
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The user id for the user who created this record.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 user who last modified this record.void
Setter for name The unique name for license key per accounttoString()
Returns a JSON string representation of AccountLicenseKeyModel
-
Constructor Details
-
AccountLicenseKeyModel
public AccountLicenseKeyModel()
-
-
Method Details
-
getName
Getter for name The unique name for license key per account -
setName
Setter for name The unique name for license key per account -
getAccountId
Getter for accountId AccountId for required license key -
setAccountId
Setter for accountId AccountId for required license key -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The user id for the user who created this record. -
setCreatedUserId
Setter for createdUserId The user id for the user who created 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. -
getModifiedUserId
Getter for modifiedUserId The user id of user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user id of user who last modified this record. -
toString
Returns a JSON string representation of AccountLicenseKeyModel
-