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.BooleangetAcceptAvalaraTermsAndConditions()Getter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.java.lang.BooleangetHaveReadAvalaraTermsAndConditions()Getter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account.voidsetAcceptAvalaraTermsAndConditions(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.voidsetHaveReadAvalaraTermsAndConditions(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.StringtoString()Returns a JSON string representation of ActivateAccountModel
-
Constructor Details
-
ActivateAccountModel
public ActivateAccountModel()
-
-
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:
toStringin classjava.lang.Object
-