Class ActivateAccountModel
java.lang.Object
net.avalara.avatax.rest.client.models.ActivateAccountModel
Represents a request to activate an account by reading and accepting its terms and conditions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.Getter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account.void
Setter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account.void
Setter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account.toString()
Returns a JSON string representation of ActivateAccountModel
-
Constructor Details
-
ActivateAccountModel
public ActivateAccountModel()
-
-
Method Details
-
getAcceptAvalaraTermsAndConditions
Getter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account. -
setAcceptAvalaraTermsAndConditions
Setter for acceptAvalaraTermsAndConditions Set this to true if and only if you accept Avalara's terms and conditions for your account. -
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
Setter for haveReadAvalaraTermsAndConditions Set this to true if and only if you have fully read Avalara's terms and conditions for your account. -
toString
Returns a JSON string representation of ActivateAccountModel
-