public class ActivateAccountModel
extends java.lang.Object
Constructor and Description |
---|
ActivateAccountModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAcceptAvalaraTermsAndConditions()
Getter for acceptAvalaraTermsAndConditions - Represents a request to activate an account by reading and accepting its terms and conditions.
|
java.lang.Boolean |
getHaveReadAvalaraTermsAndConditions()
Getter for haveReadAvalaraTermsAndConditions - Represents a request to activate an account by reading and accepting its terms and conditions.
|
void |
setAcceptAvalaraTermsAndConditions(java.lang.Boolean acceptAvalaraTermsAndConditions)
Setter for acceptAvalaraTermsAndConditions - Represents a request to activate an account by reading and accepting its terms and conditions.
|
void |
setHaveReadAvalaraTermsAndConditions(java.lang.Boolean haveReadAvalaraTermsAndConditions)
Setter for haveReadAvalaraTermsAndConditions - Represents a request to activate an account by reading and accepting its terms and conditions.
|
java.lang.String |
toString()
Returns a JSON string representation of ActivateAccountModel.
|
public java.lang.Boolean getAcceptAvalaraTermsAndConditions()
public void setAcceptAvalaraTermsAndConditions(java.lang.Boolean acceptAvalaraTermsAndConditions)
public java.lang.Boolean getHaveReadAvalaraTermsAndConditions()
public void setHaveReadAvalaraTermsAndConditions(java.lang.Boolean haveReadAvalaraTermsAndConditions)
public java.lang.String toString()
toString
in class java.lang.Object