Class CompanyInitializationModel
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyInitializationModel
public class CompanyInitializationModel
extends java.lang.Object
Company Initialization Model
-
Constructor Summary
Constructors Constructor Description CompanyInitializationModel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getCity()
Getter for city Cityjava.lang.String
getCompanyCode()
Getter for companyCode Company Code - used to distinguish between companies within your accounting systemjava.lang.String
getCountry()
Getter for country Name or ISO 3166 code identifying the country.java.lang.String
getEmail()
Getter for email Emailjava.lang.String
getFaxNumber()
Getter for faxNumber Fax Numberjava.lang.String
getFirstName()
Getter for firstName First Namejava.lang.Boolean
getIsFein()
Getter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.java.lang.String
getLastName()
Getter for lastName Last Namejava.lang.String
getLine1()
Getter for line1 Address Line1java.lang.String
getLine2()
Getter for line2 Line2java.lang.String
getLine3()
Getter for line3 Line3java.lang.String
getMobileNumber()
Getter for mobileNumber Mobile Numberjava.lang.String
getName()
Getter for name Company Namejava.lang.Integer
getParentCompanyId()
Getter for parentCompanyId Parent Company IDjava.lang.String
getPhoneNumber()
Getter for phoneNumber Phone Numberjava.lang.String
getPostalCode()
Getter for postalCode Postal Codejava.lang.String
getRegion()
Getter for region Name or ISO 3166 code identifying the region within the country.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 Titlejava.lang.String
getVatRegistrationId()
Getter for vatRegistrationId Vat Registration Id - leave blank if not known.void
setCity(java.lang.String value)
Setter for city Cityvoid
setCompanyCode(java.lang.String value)
Setter for companyCode Company Code - used to distinguish between companies within your accounting systemvoid
setCountry(java.lang.String value)
Setter for country Name or ISO 3166 code identifying the country.void
setEmail(java.lang.String value)
Setter for email Emailvoid
setFaxNumber(java.lang.String value)
Setter for faxNumber Fax Numbervoid
setFirstName(java.lang.String value)
Setter for firstName First Namevoid
setIsFein(java.lang.Boolean value)
Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.void
setLastName(java.lang.String value)
Setter for lastName Last Namevoid
setLine1(java.lang.String value)
Setter for line1 Address Line1void
setLine2(java.lang.String value)
Setter for line2 Line2void
setLine3(java.lang.String value)
Setter for line3 Line3void
setMobileNumber(java.lang.String value)
Setter for mobileNumber Mobile Numbervoid
setName(java.lang.String value)
Setter for name Company Namevoid
setParentCompanyId(java.lang.Integer value)
Setter for parentCompanyId Parent Company IDvoid
setPhoneNumber(java.lang.String value)
Setter for phoneNumber Phone Numbervoid
setPostalCode(java.lang.String value)
Setter for postalCode Postal Codevoid
setRegion(java.lang.String value)
Setter for region Name or ISO 3166 code identifying the region within the country.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 Titlevoid
setVatRegistrationId(java.lang.String value)
Setter for vatRegistrationId Vat Registration Id - leave blank if not known.java.lang.String
toString()
Returns a JSON string representation of CompanyInitializationModel
-
Constructor Details
-
CompanyInitializationModel
public CompanyInitializationModel()
-
-
Method Details
-
getName
public java.lang.String getName()Getter for name Company Name -
setName
public void setName(java.lang.String value)Setter for name Company Name -
getCompanyCode
public java.lang.String getCompanyCode()Getter for companyCode Company Code - used to distinguish between companies within your accounting system -
setCompanyCode
public void setCompanyCode(java.lang.String value)Setter for companyCode Company Code - used to distinguish between companies within your accounting system -
getVatRegistrationId
public java.lang.String getVatRegistrationId()Getter for vatRegistrationId Vat Registration Id - leave blank if not known. -
setVatRegistrationId
public void setVatRegistrationId(java.lang.String value)Setter for vatRegistrationId Vat Registration Id - leave blank if not known. -
getTaxpayerIdNumber
public 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. This value is required if the address provided is inside the US and if you subscribed to the Avalara Managed Returns or SST Certified Service Provider service. Otherwise it is optional. -
setTaxpayerIdNumber
public 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. This value is required if the address provided is inside the US and if you subscribed to the Avalara Managed Returns or SST Certified Service Provider service. Otherwise it is optional. -
getIsFein
public java.lang.Boolean getIsFein()Getter for isFein Set this field to true if the taxPayerIdNumber is a FEIN. -
setIsFein
public void setIsFein(java.lang.Boolean value)Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN. -
getLine1
public java.lang.String getLine1()Getter for line1 Address Line1 -
setLine1
public void setLine1(java.lang.String value)Setter for line1 Address Line1 -
getLine2
public java.lang.String getLine2()Getter for line2 Line2 -
setLine2
public void setLine2(java.lang.String value)Setter for line2 Line2 -
getLine3
public java.lang.String getLine3()Getter for line3 Line3 -
setLine3
public void setLine3(java.lang.String value)Setter for line3 Line3 -
getCity
public java.lang.String getCity()Getter for city City -
setCity
public void setCity(java.lang.String value)Setter for city City -
getRegion
public java.lang.String getRegion()Getter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
setRegion
public void setRegion(java.lang.String value)Setter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
getPostalCode
public java.lang.String getPostalCode()Getter for postalCode Postal Code -
setPostalCode
public void setPostalCode(java.lang.String value)Setter for postalCode Postal Code -
getCountry
public java.lang.String getCountry()Getter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
setCountry
public void setCountry(java.lang.String value)Setter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
getFirstName
public java.lang.String getFirstName()Getter for firstName First Name -
setFirstName
public void setFirstName(java.lang.String value)Setter for firstName First Name -
getLastName
public java.lang.String getLastName()Getter for lastName Last Name -
setLastName
public void setLastName(java.lang.String value)Setter for lastName Last Name -
getTitle
public java.lang.String getTitle()Getter for title Title -
setTitle
public void setTitle(java.lang.String value)Setter for title Title -
getEmail
public java.lang.String getEmail()Getter for email Email -
setEmail
public void setEmail(java.lang.String value)Setter for email Email -
getPhoneNumber
public java.lang.String getPhoneNumber()Getter for phoneNumber Phone Number -
setPhoneNumber
public void setPhoneNumber(java.lang.String value)Setter for phoneNumber Phone Number -
getMobileNumber
public java.lang.String getMobileNumber()Getter for mobileNumber Mobile Number -
setMobileNumber
public void setMobileNumber(java.lang.String value)Setter for mobileNumber Mobile Number -
getFaxNumber
public java.lang.String getFaxNumber()Getter for faxNumber Fax Number -
setFaxNumber
public void setFaxNumber(java.lang.String value)Setter for faxNumber Fax Number -
getParentCompanyId
public java.lang.Integer getParentCompanyId()Getter for parentCompanyId Parent Company ID -
setParentCompanyId
public void setParentCompanyId(java.lang.Integer value)Setter for parentCompanyId Parent Company ID -
toString
public java.lang.String toString()Returns a JSON string representation of CompanyInitializationModel- Overrides:
toString
in classjava.lang.Object
-