public class NewFirmClientAccountRequestModel
extends java.lang.Object
Constructor and Description |
---|
NewFirmClientAccountRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName()
Getter for accountName
The name of the account to create
|
CompanyAddress |
getCompanyAddress()
Getter for companyAddress
Address information of the account being created.
|
java.lang.String |
getCompanyCode()
Getter for companyCode
Company code to be assigned to the company created for this account.
|
java.lang.String |
getEmail()
Getter for email
Email of the primary contact person for this account
|
java.lang.String |
getFirstName()
Getter for firstName
First name of the primary contact person for this account
|
java.lang.String |
getLastName()
Getter for lastName
Last name of the primary contact person for this account
|
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 |
getTaxPayerIdNumber()
Getter for taxPayerIdNumber
United States Taxpayer ID number, usually your Employer Identification Number if you are a business or your
Social Security Number if you are an individual.
|
java.lang.String |
getTitle()
Getter for title
Title of the primary contact person for this account
|
void |
setAccountName(java.lang.String value)
Setter for accountName
The name of the account to create
|
void |
setCompanyAddress(CompanyAddress value)
Setter for companyAddress
Address information of the account being created.
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
Company code to be assigned to the company created for this account.
|
void |
setEmail(java.lang.String value)
Setter for email
Email of the primary contact person for this account
|
void |
setFirstName(java.lang.String value)
Setter for firstName
First name of the primary contact person for this account
|
void |
setLastName(java.lang.String value)
Setter for lastName
Last name of the primary contact person for this account
|
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 |
setTaxPayerIdNumber(java.lang.String value)
Setter for taxPayerIdNumber
United States Taxpayer ID number, usually your Employer Identification Number if you are a business or your
Social Security Number if you are an individual.
|
void |
setTitle(java.lang.String value)
Setter for title
Title of the primary contact person for this account
|
java.lang.String |
toString()
Returns a JSON string representation of NewFirmClientAccountRequestModel
|
public java.lang.String getAccountName()
public void setAccountName(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 getCompanyCode()
public void setCompanyCode(java.lang.String value)
public CompanyAddress getCompanyAddress()
public void setCompanyAddress(CompanyAddress value)
public java.lang.String getTaxPayerIdNumber()
public void setTaxPayerIdNumber(java.lang.String value)
public java.util.ArrayList<java.lang.String> getProperties()
public void setProperties(java.util.ArrayList<java.lang.String> value)
public java.lang.String toString()
toString
in class java.lang.Object