Class PowerOfAttorneyCheckModel

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

public class PowerOfAttorneyCheckModel extends Object
Response when checking if a company has a POA on file with Avalara
  • Constructor Details

    • PowerOfAttorneyCheckModel

      public PowerOfAttorneyCheckModel()
  • Method Details

    • getCompanyId

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

      public void setCompanyId(Integer value)
      Setter for companyId companyId of the request
    • getCountry

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

      public void setCountry(String value)
      Setter for country Country POA is for
    • getRegion

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

      public void setRegion(String value)
      Setter for region Region POA is for
    • getActivePoa

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

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

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

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

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

      public void setExpirationDate(Date value)
      Setter for expirationDate End Date of POA
    • getAvailablePoa

      public ResourceFileDownloadResult getAvailablePoa()
      Getter for availablePoa
    • setAvailablePoa

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

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