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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getActivePoa()
Getter for activePoa Notes if there is an actice POAResourceFileDownloadResult
getAvailablePoa()
Getter for availablePoajava.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 availablePoavoid
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
-
-
-
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
-
setAvailablePoa
public void setAvailablePoa(ResourceFileDownloadResult value)
Setter for availablePoa
-
toString
public java.lang.String toString()
Returns a JSON string representation of PowerOfAttorneyCheckModel- Overrides:
toString
in classjava.lang.Object
-
-