Class FreeTrialRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.FreeTrialRequestModel
Represents a request for a free trial account for AvaTax.
Free trial accounts are only available on the Sandbox environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trialGetter for campaign Campaign identifier for Notification purposeGetter for company The company or organizational name for this free trial.Getter for companyAddressgetEmail()
Getter for email The email address of the user requesting a free trial.Getter for firstName The first or given name of the user requesting a free trial.Getter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial accountGetter for lastName The last or family name of the user requesting a free trial.getPhone()
Getter for phone The phone number of the person requesting the free trial.Getter for website Website of the company or user requesting a free trialvoid
Setter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trialvoid
setCampaign
(String value) Setter for campaign Campaign identifier for Notification purposevoid
setCompany
(String value) Setter for company The company or organizational name for this free trial.void
setCompanyAddress
(CompanyAddress value) Setter for companyAddressvoid
Setter for email The email address of the user requesting a free trial.void
setFirstName
(String value) Setter for firstName The first or given name of the user requesting a free trial.void
Setter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial accountvoid
setLastName
(String value) Setter for lastName The last or family name of the user requesting a free trial.void
Setter for phone The phone number of the person requesting the free trial.void
setWebsite
(String value) Setter for website Website of the company or user requesting a free trialtoString()
Returns a JSON string representation of FreeTrialRequestModel
-
Constructor Details
-
FreeTrialRequestModel
public FreeTrialRequestModel()
-
-
Method Details
-
getFirstName
Getter for firstName The first or given name of the user requesting a free trial. -
setFirstName
Setter for firstName The first or given name of the user requesting a free trial. -
getLastName
Getter for lastName The last or family name of the user requesting a free trial. -
setLastName
Setter for lastName The last or family name of the user requesting a free trial. -
getEmail
Getter for email The email address of the user requesting a free trial. -
setEmail
Setter for email The email address of the user requesting a free trial. -
getCompany
Getter for company The company or organizational name for this free trial. If this account is for personal use, it is acceptable to use your full name here. -
setCompany
Setter for company The company or organizational name for this free trial. If this account is for personal use, it is acceptable to use your full name here. -
getPhone
Getter for phone The phone number of the person requesting the free trial. -
setPhone
Setter for phone The phone number of the person requesting the free trial. -
getCampaign
Getter for campaign Campaign identifier for Notification purpose -
setCampaign
Setter for campaign Campaign identifier for Notification purpose -
getCompanyAddress
Getter for companyAddress -
setCompanyAddress
Setter for companyAddress -
getWebsite
Getter for website Website of the company or user requesting a free trial -
setWebsite
Setter for website Website of the company or user requesting a free trial -
getHaveReadAvalaraTermsAndConditions
Getter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account -
setHaveReadAvalaraTermsAndConditions
Setter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account -
getAcceptAvalaraTermsAndConditions
Getter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial -
setAcceptAvalaraTermsAndConditions
Setter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial -
toString
Returns a JSON string representation of FreeTrialRequestModel
-