Class FreeTrialRequestModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FreeTrialRequestModel
-
public class FreeTrialRequestModel extends java.lang.ObjectRepresents a request for a free trial account for AvaTax. Free trial accounts are only available on the Sandbox environment.
-
-
Constructor Summary
Constructors Constructor Description FreeTrialRequestModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAcceptAvalaraTermsAndConditions()Getter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trialjava.lang.StringgetCampaign()Getter for campaign Campaign identifier for Notification purposejava.lang.StringgetCompany()Getter for company The company or organizational name for this free trial.CompanyAddressgetCompanyAddress()Getter for companyAddress The Address information of the accountjava.lang.StringgetEmail()Getter for email The email address of the user requesting a free trial.java.lang.StringgetFirstName()Getter for firstName The first or given name of the user requesting a free trial.java.lang.BooleangetHaveReadAvalaraTermsAndConditions()Getter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial accountjava.lang.StringgetLastName()Getter for lastName The last or family name of the user requesting a free trial.java.lang.StringgetPhone()Getter for phone The phone number of the person requesting the free trial.java.lang.StringgetWebsite()Getter for website Website of the company or user requesting a free trialvoidsetAcceptAvalaraTermsAndConditions(java.lang.Boolean value)Setter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trialvoidsetCampaign(java.lang.String value)Setter for campaign Campaign identifier for Notification purposevoidsetCompany(java.lang.String value)Setter for company The company or organizational name for this free trial.voidsetCompanyAddress(CompanyAddress value)Setter for companyAddress The Address information of the accountvoidsetEmail(java.lang.String value)Setter for email The email address of the user requesting a free trial.voidsetFirstName(java.lang.String value)Setter for firstName The first or given name of the user requesting a free trial.voidsetHaveReadAvalaraTermsAndConditions(java.lang.Boolean value)Setter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial accountvoidsetLastName(java.lang.String value)Setter for lastName The last or family name of the user requesting a free trial.voidsetPhone(java.lang.String value)Setter for phone The phone number of the person requesting the free trial.voidsetWebsite(java.lang.String value)Setter for website Website of the company or user requesting a free trialjava.lang.StringtoString()Returns a JSON string representation of FreeTrialRequestModel
-
-
-
Method Detail
-
getFirstName
public java.lang.String getFirstName()
Getter for firstName The first or given name of the user requesting a free trial.
-
setFirstName
public void setFirstName(java.lang.String value)
Setter for firstName The first or given name of the user requesting a free trial.
-
getLastName
public java.lang.String getLastName()
Getter for lastName The last or family name of the user requesting a free trial.
-
setLastName
public void setLastName(java.lang.String value)
Setter for lastName The last or family name of the user requesting a free trial.
-
getEmail
public java.lang.String getEmail()
Getter for email The email address of the user requesting a free trial.
-
setEmail
public void setEmail(java.lang.String value)
Setter for email The email address of the user requesting a free trial.
-
getCompany
public java.lang.String 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
public void setCompany(java.lang.String value)
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
public java.lang.String getPhone()
Getter for phone The phone number of the person requesting the free trial.
-
setPhone
public void setPhone(java.lang.String value)
Setter for phone The phone number of the person requesting the free trial.
-
getCampaign
public java.lang.String getCampaign()
Getter for campaign Campaign identifier for Notification purpose
-
setCampaign
public void setCampaign(java.lang.String value)
Setter for campaign Campaign identifier for Notification purpose
-
getCompanyAddress
public CompanyAddress getCompanyAddress()
Getter for companyAddress The Address information of the account
-
setCompanyAddress
public void setCompanyAddress(CompanyAddress value)
Setter for companyAddress The Address information of the account
-
getWebsite
public java.lang.String getWebsite()
Getter for website Website of the company or user requesting a free trial
-
setWebsite
public void setWebsite(java.lang.String value)
Setter for website Website of the company or user requesting a free trial
-
getHaveReadAvalaraTermsAndConditions
public java.lang.Boolean getHaveReadAvalaraTermsAndConditions()
Getter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account
-
setHaveReadAvalaraTermsAndConditions
public void setHaveReadAvalaraTermsAndConditions(java.lang.Boolean value)
Setter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account
-
getAcceptAvalaraTermsAndConditions
public java.lang.Boolean getAcceptAvalaraTermsAndConditions()
Getter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial
-
setAcceptAvalaraTermsAndConditions
public void setAcceptAvalaraTermsAndConditions(java.lang.Boolean value)
Setter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial
-
toString
public java.lang.String toString()
Returns a JSON string representation of FreeTrialRequestModel- Overrides:
toStringin classjava.lang.Object
-
-