Class PowerOfAttorneyCheckModel

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

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

    Constructors 
    Constructor Description
    PowerOfAttorneyCheckModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getActivePoa()
    Getter for activePoa Notes if there is an actice POA
    ResourceFileDownloadResult getAvailablePoa()
    Getter for availablePoa POA download
    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 POA download
    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 Details

  • Method Details

    • 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
    • getAvailablePoa

      public ResourceFileDownloadResult getAvailablePoa()
      Getter for availablePoa POA download
    • setAvailablePoa

      public void setAvailablePoa​(ResourceFileDownloadResult value)
      Setter for availablePoa POA download
    • toString

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