Class ActivateAccountModel

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

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

    Constructors 
    Constructor Description
    ActivateAccountModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getAcceptAvalaraTermsAndConditions()
    Getter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.
    java.lang.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.
    void setAcceptAvalaraTermsAndConditions​(java.lang.Boolean value)
    Setter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.
    void setHaveReadAvalaraTermsAndConditions​(java.lang.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.
    java.lang.String toString()
    Returns a JSON string representation of ActivateAccountModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAcceptAvalaraTermsAndConditions

      public java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.String toString()
      Returns a JSON string representation of ActivateAccountModel
      Overrides:
      toString in class java.lang.Object