public class NewAccountRequestModel
extends java.lang.Object
Constructor and Description |
---|
NewAccountRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAcceptAvalaraTermsAndConditions()
Getter for acceptAvalaraTermsAndConditions
Set this to true if and only if the owner of the newly created account accepts Avalara's terms and conditions for your account.
|
java.lang.String |
getAccountName()
Getter for accountName
Account Name
|
CompanyAddress |
getCompanyAddress()
Getter for companyAddress
Address information of the account being created.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date on which the account should take effect.
|
java.lang.String |
getEmail()
Getter for email
Email of the primary contact person for this account
|
java.util.Date |
getEndDate()
Getter for endDate
The date on which the account should expire.
|
java.lang.String |
getFirstName()
Getter for firstName
First Name of the primary contact person for this account
|
java.lang.Boolean |
getHaveReadAvalaraTermsAndConditions()
Getter for haveReadAvalaraTermsAndConditions
Set this to true if and only if the owner of the newly created account has fully read Avalara's terms and conditions for your account.
|
java.lang.String |
getLastName()
Getter for lastName
Last Name of the primary contact person for this account
|
java.lang.String |
getOffer()
Getter for offer
Offer with which the partner account needs to be created
|
java.lang.String |
getPhoneNumber()
Getter for phoneNumber
Phone number of the primary contact person for this account
|
java.util.ArrayList<java.lang.String> |
getProperties()
Getter for properties
Properties of the primary contact person for this account
|
java.lang.String |
getTitle()
Getter for title
Title of the primary contact person for this account
|
java.lang.String |
getUserPassword()
Getter for userPassword
If no password is supplied, an a tempoarary password is generated by the system and emailed to the user.
|
java.lang.String |
getWebsite()
Getter for website
Website of the partner account being created
|
WelcomeEmail |
getWelcomeEmail()
Getter for welcomeEmail
Normal - If a welcome email needs to be generated for the user.
|
void |
setAcceptAvalaraTermsAndConditions(java.lang.Boolean value)
Setter for acceptAvalaraTermsAndConditions
Set this to true if and only if the owner of the newly created account accepts Avalara's terms and conditions for your account.
|
void |
setAccountName(java.lang.String value)
Setter for accountName
Account Name
|
void |
setCompanyAddress(CompanyAddress value)
Setter for companyAddress
Address information of the account being created.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date on which the account should take effect.
|
void |
setEmail(java.lang.String value)
Setter for email
Email of the primary contact person for this account
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date on which the account should expire.
|
void |
setFirstName(java.lang.String value)
Setter for firstName
First Name of the primary contact person for this account
|
void |
setHaveReadAvalaraTermsAndConditions(java.lang.Boolean value)
Setter for haveReadAvalaraTermsAndConditions
Set this to true if and only if the owner of the newly created account has fully read Avalara's terms and conditions for your account.
|
void |
setLastName(java.lang.String value)
Setter for lastName
Last Name of the primary contact person for this account
|
void |
setOffer(java.lang.String value)
Setter for offer
Offer with which the partner account needs to be created
|
void |
setPhoneNumber(java.lang.String value)
Setter for phoneNumber
Phone number of the primary contact person for this account
|
void |
setProperties(java.util.ArrayList<java.lang.String> value)
Setter for properties
Properties of the primary contact person for this account
|
void |
setTitle(java.lang.String value)
Setter for title
Title of the primary contact person for this account
|
void |
setUserPassword(java.lang.String value)
Setter for userPassword
If no password is supplied, an a tempoarary password is generated by the system and emailed to the user.
|
void |
setWebsite(java.lang.String value)
Setter for website
Website of the partner account being created
|
void |
setWelcomeEmail(WelcomeEmail value)
Setter for welcomeEmail
Normal - If a welcome email needs to be generated for the user.
|
java.lang.String |
toString()
Returns a JSON string representation of NewAccountRequestModel
|
public java.lang.String getOffer()
public void setOffer(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getAccountName()
public void setAccountName(java.lang.String value)
public java.lang.String getWebsite()
public void setWebsite(java.lang.String value)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String value)
public java.lang.String getLastName()
public void setLastName(java.lang.String value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String value)
public java.lang.String getEmail()
public void setEmail(java.lang.String value)
public java.lang.String getUserPassword()
public void setUserPassword(java.lang.String value)
public WelcomeEmail getWelcomeEmail()
public void setWelcomeEmail(WelcomeEmail value)
public CompanyAddress getCompanyAddress()
public void setCompanyAddress(CompanyAddress value)
public java.util.ArrayList<java.lang.String> getProperties()
public void setProperties(java.util.ArrayList<java.lang.String> value)
public java.lang.Boolean getAcceptAvalaraTermsAndConditions()
public void setAcceptAvalaraTermsAndConditions(java.lang.Boolean value)
public java.lang.Boolean getHaveReadAvalaraTermsAndConditions()
public void setHaveReadAvalaraTermsAndConditions(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object