Class PowerOfAttorneyCheckModel
java.lang.Object
net.avalara.avatax.rest.client.models.PowerOfAttorneyCheckModel
Response when checking if a company has a POA on file with Avalara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for activePoa Notes if there is an actice POAGetter for availablePoaGetter for companyId companyId of the requestGetter for country Country POA is forGetter for effectiveDate Effective Date of the POAGetter for expirationDate End Date of POAGetter for region Region POA is forvoid
setActivePoa
(Boolean value) Setter for activePoa Notes if there is an actice POAvoid
Setter for availablePoavoid
setCompanyId
(Integer value) Setter for companyId companyId of the requestvoid
setCountry
(String value) Setter for country Country POA is forvoid
setEffectiveDate
(Date value) Setter for effectiveDate Effective Date of the POAvoid
setExpirationDate
(Date value) Setter for expirationDate End Date of POAvoid
Setter for region Region POA is fortoString()
Returns a JSON string representation of PowerOfAttorneyCheckModel
-
Constructor Details
-
PowerOfAttorneyCheckModel
public PowerOfAttorneyCheckModel()
-
-
Method Details
-
getCompanyId
Getter for companyId companyId of the request -
setCompanyId
Setter for companyId companyId of the request -
getCountry
Getter for country Country POA is for -
setCountry
Setter for country Country POA is for -
getRegion
Getter for region Region POA is for -
setRegion
Setter for region Region POA is for -
getActivePoa
Getter for activePoa Notes if there is an actice POA -
setActivePoa
Setter for activePoa Notes if there is an actice POA -
getEffectiveDate
Getter for effectiveDate Effective Date of the POA -
setEffectiveDate
Setter for effectiveDate Effective Date of the POA -
getExpirationDate
Getter for expirationDate End Date of POA -
setExpirationDate
Setter for expirationDate End Date of POA -
getAvailablePoa
Getter for availablePoa -
setAvailablePoa
Setter for availablePoa -
toString
Returns a JSON string representation of PowerOfAttorneyCheckModel
-