Class ActivateAccountModel

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

public class ActivateAccountModel extends Object
Represents a request to activate an account by reading and accepting its terms and conditions.
  • Constructor Details

    • ActivateAccountModel

      public ActivateAccountModel()
  • Method Details

    • getAcceptAvalaraTermsAndConditions

      public Boolean getAcceptAvalaraTermsAndConditions()
      Getter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.
    • setAcceptAvalaraTermsAndConditions

      public void setAcceptAvalaraTermsAndConditions(Boolean value)
      Setter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.
    • getHaveReadAvalaraTermsAndConditions

      public Boolean getHaveReadAvalaraTermsAndConditions()
      Getter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account.
    • setHaveReadAvalaraTermsAndConditions

      public void setHaveReadAvalaraTermsAndConditions(Boolean value)
      Setter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account.
    • toString

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