Class CompanyInitializationModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CompanyInitializationModel
-
public class CompanyInitializationModel extends java.lang.ObjectCompany Initialization Model
-
-
Constructor Summary
Constructors Constructor Description CompanyInitializationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCity()Getter for city Cityjava.lang.StringgetCompanyCode()Getter for companyCode Company Code - used to distinguish between companies within your accounting systemjava.lang.StringgetCountry()Getter for country Name or ISO 3166 code identifying the country.java.lang.StringgetEmail()Getter for email Emailjava.lang.StringgetFaxNumber()Getter for faxNumber Fax Numberjava.lang.StringgetFirstName()Getter for firstName First Namejava.lang.BooleangetIsFein()Getter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.java.lang.StringgetLastName()Getter for lastName Last Namejava.lang.StringgetLine1()Getter for line1 Address Line1java.lang.StringgetLine2()Getter for line2 Line2java.lang.StringgetLine3()Getter for line3 Line3java.lang.StringgetMobileNumber()Getter for mobileNumber Mobile Numberjava.lang.StringgetName()Getter for name Company Namejava.lang.IntegergetParentCompanyId()Getter for parentCompanyId Parent Company IDjava.lang.StringgetPhoneNumber()Getter for phoneNumber Phone Numberjava.lang.StringgetPostalCode()Getter for postalCode Postal Codejava.lang.StringgetRegion()Getter for region Name or ISO 3166 code identifying the region within the country.java.lang.StringgetTaxpayerIdNumber()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.StringgetTitle()Getter for title Titlejava.lang.StringgetVatRegistrationId()Getter for vatRegistrationId Vat Registration Id - leave blank if not known.voidsetCity(java.lang.String value)Setter for city CityvoidsetCompanyCode(java.lang.String value)Setter for companyCode Company Code - used to distinguish between companies within your accounting systemvoidsetCountry(java.lang.String value)Setter for country Name or ISO 3166 code identifying the country.voidsetEmail(java.lang.String value)Setter for email EmailvoidsetFaxNumber(java.lang.String value)Setter for faxNumber Fax NumbervoidsetFirstName(java.lang.String value)Setter for firstName First NamevoidsetIsFein(java.lang.Boolean value)Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.voidsetLastName(java.lang.String value)Setter for lastName Last NamevoidsetLine1(java.lang.String value)Setter for line1 Address Line1voidsetLine2(java.lang.String value)Setter for line2 Line2voidsetLine3(java.lang.String value)Setter for line3 Line3voidsetMobileNumber(java.lang.String value)Setter for mobileNumber Mobile NumbervoidsetName(java.lang.String value)Setter for name Company NamevoidsetParentCompanyId(java.lang.Integer value)Setter for parentCompanyId Parent Company IDvoidsetPhoneNumber(java.lang.String value)Setter for phoneNumber Phone NumbervoidsetPostalCode(java.lang.String value)Setter for postalCode Postal CodevoidsetRegion(java.lang.String value)Setter for region Name or ISO 3166 code identifying the region within the country.voidsetTaxpayerIdNumber(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.voidsetTitle(java.lang.String value)Setter for title TitlevoidsetVatRegistrationId(java.lang.String value)Setter for vatRegistrationId Vat Registration Id - leave blank if not known.java.lang.StringtoString()Returns a JSON string representation of CompanyInitializationModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-