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 accountvoidsetAccountId(Integer value) Setter for accountId AccountId for required license keyvoidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The user id for the user who created this record.voidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(Integer value) Setter for modifiedUserId The user id of user who last modified this record.voidSetter 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
-