Class CompanyInitializationModel

java.lang.Object
net.avalara.avatax.rest.client.models.CompanyInitializationModel

public class CompanyInitializationModel extends Object
Company Initialization Model
  • Constructor Details

    • CompanyInitializationModel

      public CompanyInitializationModel()
  • Method Details

    • getName

      public String getName()
      Getter for name Company Name
    • setName

      public void setName(String value)
      Setter for name Company Name
    • getCompanyCode

      public String getCompanyCode()
      Getter for companyCode Company Code - used to distinguish between companies within your accounting system
    • setCompanyCode

      public void setCompanyCode(String value)
      Setter for companyCode Company Code - used to distinguish between companies within your accounting system
    • getVatRegistrationId

      public String getVatRegistrationId()
      Getter for vatRegistrationId Vat Registration Id - leave blank if not known.
    • setVatRegistrationId

      public void setVatRegistrationId(String value)
      Setter for vatRegistrationId Vat Registration Id - leave blank if not known.
    • getTaxpayerIdNumber

      public 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(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 Boolean getIsFein()
      Getter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.
    • setIsFein

      public void setIsFein(Boolean value)
      Setter for isFein Set this field to true if the taxPayerIdNumber is a FEIN.
    • getLine1

      public String getLine1()
      Getter for line1 Address Line1
    • setLine1

      public void setLine1(String value)
      Setter for line1 Address Line1
    • getLine2

      public String getLine2()
      Getter for line2 Line2
    • setLine2

      public void setLine2(String value)
      Setter for line2 Line2
    • getLine3

      public String getLine3()
      Getter for line3 Line3
    • setLine3

      public void setLine3(String value)
      Setter for line3 Line3
    • getCity

      public String getCity()
      Getter for city City
    • setCity

      public void setCity(String value)
      Setter for city City
    • getRegion

      public 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(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 String getPostalCode()
      Getter for postalCode Postal Code
    • setPostalCode

      public void setPostalCode(String value)
      Setter for postalCode Postal Code
    • getCountry

      public 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(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 String getFirstName()
      Getter for firstName First Name
    • setFirstName

      public void setFirstName(String value)
      Setter for firstName First Name
    • getLastName

      public String getLastName()
      Getter for lastName Last Name
    • setLastName

      public void setLastName(String value)
      Setter for lastName Last Name
    • getTitle

      public String getTitle()
      Getter for title Title
    • setTitle

      public void setTitle(String value)
      Setter for title Title
    • getEmail

      public String getEmail()
      Getter for email Email
    • setEmail

      public void setEmail(String value)
      Setter for email Email
    • getPhoneNumber

      public String getPhoneNumber()
      Getter for phoneNumber Phone Number
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Setter for phoneNumber Phone Number
    • getMobileNumber

      public String getMobileNumber()
      Getter for mobileNumber Mobile Number
    • setMobileNumber

      public void setMobileNumber(String value)
      Setter for mobileNumber Mobile Number
    • getFaxNumber

      public String getFaxNumber()
      Getter for faxNumber Fax Number
    • setFaxNumber

      public void setFaxNumber(String value)
      Setter for faxNumber Fax Number
    • getParentCompanyId

      public Integer getParentCompanyId()
      Getter for parentCompanyId Parent Company ID
    • setParentCompanyId

      public void setParentCompanyId(Integer value)
      Setter for parentCompanyId Parent Company ID
    • toString

      public String toString()
      Returns a JSON string representation of CompanyInitializationModel
      Overrides:
      toString in class Object