Class NewFirmClientAccountRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.NewFirmClientAccountRequestModel
Represents a request for a new account with Avalara for a new Firm client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountName The name of the account to createGetter for companyAddressGetter for companyCode Company code to be assigned to the company created for this account.getEmail()Getter for email Email of the primary contact person for this accountGetter for firstName First name of the primary contact person for this accountGetter for lastName Last name of the primary contact person for this accountGetter for phoneNumber Phone number of the primary contact person for this accountGetter for properties Properties of the primary contact person for this accountGetter 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.getTitle()Getter for title Title of the primary contact person for this accountvoidsetAccountName(String value) Setter for accountName The name of the account to createvoidsetCompanyAddress(CompanyAddress value) Setter for companyAddressvoidsetCompanyCode(String value) Setter for companyCode Company code to be assigned to the company created for this account.voidSetter for email Email of the primary contact person for this accountvoidsetFirstName(String value) Setter for firstName First name of the primary contact person for this accountvoidsetLastName(String value) Setter for lastName Last name of the primary contact person for this accountvoidsetPhoneNumber(String value) Setter for phoneNumber Phone number of the primary contact person for this accountvoidsetProperties(ArrayList<String> value) Setter for properties Properties of the primary contact person for this accountvoidsetTaxPayerIdNumber(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.voidSetter for title Title of the primary contact person for this accounttoString()Returns a JSON string representation of NewFirmClientAccountRequestModel
-
Constructor Details
-
NewFirmClientAccountRequestModel
public NewFirmClientAccountRequestModel()
-
-
Method Details
-
getAccountName
Getter for accountName The name of the account to create -
setAccountName
Setter for accountName The name of the account to create -
getFirstName
Getter for firstName First name of the primary contact person for this account -
setFirstName
Setter for firstName First name of the primary contact person for this account -
getLastName
Getter for lastName Last name of the primary contact person for this account -
setLastName
Setter for lastName Last name of the primary contact person for this account -
getTitle
Getter for title Title of the primary contact person for this account -
setTitle
Setter for title Title of the primary contact person for this account -
getPhoneNumber
Getter for phoneNumber Phone number of the primary contact person for this account -
setPhoneNumber
Setter for phoneNumber Phone number of the primary contact person for this account -
getEmail
Getter for email Email of the primary contact person for this account -
setEmail
Setter for email Email of the primary contact person for this account -
getCompanyCode
Getter for companyCode Company code to be assigned to the company created for this account. If no company code is provided, this will be defaulted to "DEFAULT" company code. -
setCompanyCode
Setter for companyCode Company code to be assigned to the company created for this account. If no company code is provided, this will be defaulted to "DEFAULT" company code. -
getCompanyAddress
Getter for companyAddress -
setCompanyAddress
Setter for companyAddress -
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. This value is required if the address provided is inside the US. Otherwise it is optional. -
setTaxPayerIdNumber
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. This value is required if the address provided is inside the US. Otherwise it is optional. -
getProperties
Getter for properties Properties of the primary contact person for this account -
setProperties
Setter for properties Properties of the primary contact person for this account -
toString
Returns a JSON string representation of NewFirmClientAccountRequestModel
-