Class PowerOfAttorneyCheckModel


  • public class PowerOfAttorneyCheckModel
    extends java.lang.Object
    Response when checking if a company has a POA on file with Avalara
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActivePoa()
      Getter for activePoa Notes if there is an actice POA
      ResourceFileDownloadResult getAvailablePoa()
      Getter for availablePoa
      java.lang.Integer getCompanyId()
      Getter for companyId companyId of the request
      java.lang.String getCountry()
      Getter for country Country POA is for
      java.util.Date getEffectiveDate()
      Getter for effectiveDate Effective Date of the POA
      java.util.Date getExpirationDate()
      Getter for expirationDate End Date of POA
      java.lang.String getRegion()
      Getter for region Region POA is for
      void setActivePoa​(java.lang.Boolean value)
      Setter for activePoa Notes if there is an actice POA
      void setAvailablePoa​(ResourceFileDownloadResult value)
      Setter for availablePoa
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId companyId of the request
      void setCountry​(java.lang.String value)
      Setter for country Country POA is for
      void setEffectiveDate​(java.util.Date value)
      Setter for effectiveDate Effective Date of the POA
      void setExpirationDate​(java.util.Date value)
      Setter for expirationDate End Date of POA
      void setRegion​(java.lang.String value)
      Setter for region Region POA is for
      java.lang.String toString()
      Returns a JSON string representation of PowerOfAttorneyCheckModel
      • Methods inherited from class java.lang.Object

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

      • PowerOfAttorneyCheckModel

        public PowerOfAttorneyCheckModel()
    • Method Detail

      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId companyId of the request
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId companyId of the request
      • getCountry

        public java.lang.String getCountry()
        Getter for country Country POA is for
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country Country POA is for
      • getRegion

        public java.lang.String getRegion()
        Getter for region Region POA is for
      • setRegion

        public void setRegion​(java.lang.String value)
        Setter for region Region POA is for
      • getActivePoa

        public java.lang.Boolean getActivePoa()
        Getter for activePoa Notes if there is an actice POA
      • setActivePoa

        public void setActivePoa​(java.lang.Boolean value)
        Setter for activePoa Notes if there is an actice POA
      • getEffectiveDate

        public java.util.Date getEffectiveDate()
        Getter for effectiveDate Effective Date of the POA
      • setEffectiveDate

        public void setEffectiveDate​(java.util.Date value)
        Setter for effectiveDate Effective Date of the POA
      • getExpirationDate

        public java.util.Date getExpirationDate()
        Getter for expirationDate End Date of POA
      • setExpirationDate

        public void setExpirationDate​(java.util.Date value)
        Setter for expirationDate End Date of POA
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of PowerOfAttorneyCheckModel
        Overrides:
        toString in class java.lang.Object