Class FreeTrialRequestModel

java.lang.Object
net.avalara.avatax.rest.client.models.FreeTrialRequestModel

public class FreeTrialRequestModel extends Object
Represents a request for a free trial account for AvaTax. Free trial accounts are only available on the Sandbox environment.
  • Constructor Details

    • FreeTrialRequestModel

      public FreeTrialRequestModel()
  • Method Details

    • getFirstName

      public String getFirstName()
      Getter for firstName The first or given name of the user requesting a free trial.
    • setFirstName

      public void setFirstName(String value)
      Setter for firstName The first or given name of the user requesting a free trial.
    • getLastName

      public String getLastName()
      Getter for lastName The last or family name of the user requesting a free trial.
    • setLastName

      public void setLastName(String value)
      Setter for lastName The last or family name of the user requesting a free trial.
    • getEmail

      public String getEmail()
      Getter for email The email address of the user requesting a free trial.
    • setEmail

      public void setEmail(String value)
      Setter for email The email address of the user requesting a free trial.
    • getCompany

      public 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(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 String getPhone()
      Getter for phone The phone number of the person requesting the free trial.
    • setPhone

      public void setPhone(String value)
      Setter for phone The phone number of the person requesting the free trial.
    • getCampaign

      public String getCampaign()
      Getter for campaign Campaign identifier for Notification purpose
    • setCampaign

      public void setCampaign(String value)
      Setter for campaign Campaign identifier for Notification purpose
    • getCompanyAddress

      public CompanyAddress getCompanyAddress()
      Getter for companyAddress
    • setCompanyAddress

      public void setCompanyAddress(CompanyAddress value)
      Setter for companyAddress
    • getWebsite

      public String getWebsite()
      Getter for website Website of the company or user requesting a free trial
    • setWebsite

      public void setWebsite(String value)
      Setter for website Website of the company or user requesting a free trial
    • getHaveReadAvalaraTermsAndConditions

      public Boolean getHaveReadAvalaraTermsAndConditions()
      Getter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account
    • setHaveReadAvalaraTermsAndConditions

      public void setHaveReadAvalaraTermsAndConditions(Boolean value)
      Setter for haveReadAvalaraTermsAndConditions Read Avalara's terms and conditions is necessary for a free trial account
    • getAcceptAvalaraTermsAndConditions

      public Boolean getAcceptAvalaraTermsAndConditions()
      Getter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial
    • setAcceptAvalaraTermsAndConditions

      public void setAcceptAvalaraTermsAndConditions(Boolean value)
      Setter for acceptAvalaraTermsAndConditions Accept Avalara's terms and conditions is necessary for a free trial
    • toString

      public String toString()
      Returns a JSON string representation of FreeTrialRequestModel
      Overrides:
      toString in class Object