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 POAResourceFileDownloadResult
getAvailablePoa()
Getter for availablePoa POA downloadjava.lang.Integer
getCompanyId()
Getter for companyId companyId of the requestjava.lang.String
getCountry()
Getter for country Country POA is forjava.util.Date
getEffectiveDate()
Getter for effectiveDate Effective Date of the POAjava.util.Date
getExpirationDate()
Getter for expirationDate End Date of POAjava.lang.String
getRegion()
Getter for region Region POA is forvoid
setActivePoa(java.lang.Boolean value)
Setter for activePoa Notes if there is an actice POAvoid
setAvailablePoa(ResourceFileDownloadResult value)
Setter for availablePoa POA downloadvoid
setCompanyId(java.lang.Integer value)
Setter for companyId companyId of the requestvoid
setCountry(java.lang.String value)
Setter for country Country POA is forvoid
setEffectiveDate(java.util.Date value)
Setter for effectiveDate Effective Date of the POAvoid
setExpirationDate(java.util.Date value)
Setter for expirationDate End Date of POAvoid
setRegion(java.lang.String value)
Setter for region Region POA is forjava.lang.String
toString()
Returns a JSON string representation of PowerOfAttorneyCheckModel
-
Constructor Details
-
PowerOfAttorneyCheckModel
public PowerOfAttorneyCheckModel()
-
-
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
Getter for availablePoa POA download -
setAvailablePoa
Setter for availablePoa POA download -
toString
public java.lang.String toString()Returns a JSON string representation of PowerOfAttorneyCheckModel- Overrides:
toString
in classjava.lang.Object
-