public class ActivateAccountModel
extends java.lang.Object
| Constructor and Description |
|---|
ActivateAccountModel() |
| Modifier and Type | Method and 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
|
public java.lang.Boolean getAcceptAvalaraTermsAndConditions()
public void setAcceptAvalaraTermsAndConditions(java.lang.Boolean value)
public java.lang.Boolean getHaveReadAvalaraTermsAndConditions()
public void setHaveReadAvalaraTermsAndConditions(java.lang.Boolean value)
public java.lang.String toString()
toString in class java.lang.Object