Class ResetLicenseKeyModel
java.lang.Object
net.avalara.avatax.rest.client.models.ResetLicenseKeyModel
Represents a license key reset request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The primary key of the account ID to resetGetter for confirmResetLicenseKey Set this value to true to reset the license key for this account.void
setAccountId
(Integer value) Setter for accountId The primary key of the account ID to resetvoid
setConfirmResetLicenseKey
(Boolean value) Setter for confirmResetLicenseKey Set this value to true to reset the license key for this account.toString()
Returns a JSON string representation of ResetLicenseKeyModel
-
Constructor Details
-
ResetLicenseKeyModel
public ResetLicenseKeyModel()
-
-
Method Details
-
getAccountId
Getter for accountId The primary key of the account ID to reset -
setAccountId
Setter for accountId The primary key of the account ID to reset -
getConfirmResetLicenseKey
Getter for confirmResetLicenseKey Set this value to true to reset the license key for this account. This license key reset function will only work when called using the credentials of the account administrator of this account. -
setConfirmResetLicenseKey
Setter for confirmResetLicenseKey Set this value to true to reset the license key for this account. This license key reset function will only work when called using the credentials of the account administrator of this account. -
toString
Returns a JSON string representation of ResetLicenseKeyModel
-