Class CompanyInitializationModel


  • public class CompanyInitializationModel
    extends java.lang.Object
    Company Initialization Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCity()
      Getter for city City
      java.lang.String getCompanyCode()
      Getter for companyCode Company Code - used to distinguish between companies within your accounting system
      java.lang.String getCountry()
      Getter for country Name or ISO 3166 code identifying the country.
      java.lang.String getEmail()
      Getter for email Email
      java.lang.String getFaxNumber()
      Getter for faxNumber Fax Number
      java.lang.String getFirstName()
      Getter for firstName First Name
      java.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 Name
      java.lang.String getLine1()
      Getter for line1 Address Line1
      java.lang.String getLine2()
      Getter for line2 Line2
      java.lang.String getLine3()
      Getter for line3 Line3
      java.lang.String getMobileNumber()
      Getter for mobileNumber Mobile Number
      java.lang.String getName()
      Getter for name Company Name
      java.lang.Integer getParentCompanyId()
      Getter for parentCompanyId Parent Company ID
      java.lang.String getPhoneNumber()
      Getter for phoneNumber Phone Number
      java.lang.String getPostalCode()
      Getter for postalCode Postal Code
      java.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 Title
      java.lang.String getVatRegistrationId()
      Getter for vatRegistrationId Vat Registration Id - leave blank if not known.
      void setCity​(java.lang.String value)
      Setter for city City
      void setCompanyCode​(java.lang.String value)
      Setter for companyCode Company Code - used to distinguish between companies within your accounting system
      void 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 Email
      void setFaxNumber​(java.lang.String value)
      Setter for faxNumber Fax Number
      void setFirstName​(java.lang.String value)
      Setter for firstName First Name
      void 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 Name
      void setLine1​(java.lang.String value)
      Setter for line1 Address Line1
      void setLine2​(java.lang.String value)
      Setter for line2 Line2
      void setLine3​(java.lang.String value)
      Setter for line3 Line3
      void setMobileNumber​(java.lang.String value)
      Setter for mobileNumber Mobile Number
      void setName​(java.lang.String value)
      Setter for name Company Name
      void setParentCompanyId​(java.lang.Integer value)
      Setter for parentCompanyId Parent Company ID
      void setPhoneNumber​(java.lang.String value)
      Setter for phoneNumber Phone Number
      void setPostalCode​(java.lang.String value)
      Setter for postalCode Postal Code
      void 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 Title
      void 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompanyInitializationModel

        public 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:
        toString in class java.lang.Object