Class PowerOfAttorneyCheckModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.PowerOfAttorneyCheckModel
-
public class PowerOfAttorneyCheckModel extends java.lang.ObjectResponse when checking if a company has a POA on file with Avalara
-
-
Constructor Summary
Constructors Constructor Description PowerOfAttorneyCheckModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetActivePoa()Getter for activePoa Notes if there is an actice POAResourceFileDownloadResultgetAvailablePoa()Getter for availablePoa POA downloadjava.lang.IntegergetCompanyId()Getter for companyId companyId of the requestjava.lang.StringgetCountry()Getter for country Country POA is forjava.util.DategetEffectiveDate()Getter for effectiveDate Effective Date of the POAjava.util.DategetExpirationDate()Getter for expirationDate End Date of POAjava.lang.StringgetRegion()Getter for region Region POA is forvoidsetActivePoa(java.lang.Boolean value)Setter for activePoa Notes if there is an actice POAvoidsetAvailablePoa(ResourceFileDownloadResult value)Setter for availablePoa POA downloadvoidsetCompanyId(java.lang.Integer value)Setter for companyId companyId of the requestvoidsetCountry(java.lang.String value)Setter for country Country POA is forvoidsetEffectiveDate(java.util.Date value)Setter for effectiveDate Effective Date of the POAvoidsetExpirationDate(java.util.Date value)Setter for expirationDate End Date of POAvoidsetRegion(java.lang.String value)Setter for region Region POA is forjava.lang.StringtoString()Returns a JSON string representation of 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
-
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:
toStringin classjava.lang.Object
-
-