Class ResetLicenseKeyModel

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

public class ResetLicenseKeyModel extends Object
Represents a license key reset request.
  • Constructor Details

    • ResetLicenseKeyModel

      public ResetLicenseKeyModel()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId The primary key of the account ID to reset
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The primary key of the account ID to reset
    • getConfirmResetLicenseKey

      public Boolean 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

      public void setConfirmResetLicenseKey(Boolean value)
      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

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