Class CompanyInitializationModel
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyInitializationModel
Company Initialization Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Getter for city CityGetter for companyCode Company Code - used to distinguish between companies within your accounting systemGetter for country Name or ISO 3166 code identifying the country.getEmail()
Getter for email EmailGetter for faxNumber Fax NumberGetter for firstName First NameGetter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.Getter for lastName Last NamegetLine1()
Getter for line1 Address Line1getLine2()
Getter for line2 Line2getLine3()
Getter for line3 Line3Getter for mobileNumber Mobile NumbergetName()
Getter for name Company NameGetter for parentCompanyId Parent Company IDGetter for phoneNumber Phone NumberGetter for postalCode Postal CodeGetter for region Name or ISO 3166 code identifying the region within the country.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.getTitle()
Getter for title TitleGetter for vatRegistrationId Vat Registration Id - leave blank if not known.void
Setter for city Cityvoid
setCompanyCode
(String value) Setter for companyCode Company Code - used to distinguish between companies within your accounting systemvoid
setCountry
(String value) Setter for country Name or ISO 3166 code identifying the country.void
Setter for email Emailvoid
setFaxNumber
(String value) Setter for faxNumber Fax Numbervoid
setFirstName
(String value) Setter for firstName First Namevoid
Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.void
setLastName
(String value) Setter for lastName Last Namevoid
Setter for line1 Address Line1void
Setter for line2 Line2void
Setter for line3 Line3void
setMobileNumber
(String value) Setter for mobileNumber Mobile Numbervoid
Setter for name Company Namevoid
setParentCompanyId
(Integer value) Setter for parentCompanyId Parent Company IDvoid
setPhoneNumber
(String value) Setter for phoneNumber Phone Numbervoid
setPostalCode
(String value) Setter for postalCode Postal Codevoid
Setter for region Name or ISO 3166 code identifying the region within the country.void
setTaxpayerIdNumber
(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
Setter for title Titlevoid
setVatRegistrationId
(String value) Setter for vatRegistrationId Vat Registration Id - leave blank if not known.toString()
Returns a JSON string representation of CompanyInitializationModel
-
Constructor Details
-
CompanyInitializationModel
public CompanyInitializationModel()
-
-
Method Details
-
getName
Getter for name Company Name -
setName
Setter for name Company Name -
getCompanyCode
Getter for companyCode Company Code - used to distinguish between companies within your accounting system -
setCompanyCode
Setter for companyCode Company Code - used to distinguish between companies within your accounting system -
getVatRegistrationId
Getter for vatRegistrationId Vat Registration Id - leave blank if not known. -
setVatRegistrationId
Setter for vatRegistrationId Vat Registration Id - leave blank if not known. -
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
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
Getter for isFein Set this field to true if the taxPayerIdNumber is a FEIN. -
setIsFein
Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN. -
getLine1
Getter for line1 Address Line1 -
setLine1
Setter for line1 Address Line1 -
getLine2
Getter for line2 Line2 -
setLine2
Setter for line2 Line2 -
getLine3
Getter for line3 Line3 -
setLine3
Setter for line3 Line3 -
getCity
Getter for city City -
setCity
Setter for city City -
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
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
Getter for postalCode Postal Code -
setPostalCode
Setter for postalCode Postal Code -
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
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
Getter for firstName First Name -
setFirstName
Setter for firstName First Name -
getLastName
Getter for lastName Last Name -
setLastName
Setter for lastName Last Name -
getTitle
Getter for title Title -
setTitle
Setter for title Title -
getEmail
Getter for email Email -
setEmail
Setter for email Email -
getPhoneNumber
Getter for phoneNumber Phone Number -
setPhoneNumber
Setter for phoneNumber Phone Number -
getMobileNumber
Getter for mobileNumber Mobile Number -
setMobileNumber
Setter for mobileNumber Mobile Number -
getFaxNumber
Getter for faxNumber Fax Number -
setFaxNumber
Setter for faxNumber Fax Number -
getParentCompanyId
Getter for parentCompanyId Parent Company ID -
setParentCompanyId
Setter for parentCompanyId Parent Company ID -
toString
Returns a JSON string representation of CompanyInitializationModel
-