Class AgeVerifyResult
java.lang.Object
net.avalara.avatax.rest.client.models.AgeVerifyResult
The Result of a call to the /ageVerification/verify endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for failureCodes A list of failure codes describing why a *false* age determination was made.Getter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.void
setFailureCodes
(ArrayList<AgeVerifyResult> value) Setter for failureCodes A list of failure codes describing why a *false* age determination was made.void
setIsOfAge
(Boolean value) Setter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.toString()
Returns a JSON string representation of AgeVerifyResult
-
Constructor Details
-
AgeVerifyResult
public AgeVerifyResult()
-
-
Method Details
-
getIsOfAge
Getter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age. -
setIsOfAge
Setter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age. -
getFailureCodes
Getter for failureCodes A list of failure codes describing why a *false* age determination was made. -
setFailureCodes
Setter for failureCodes A list of failure codes describing why a *false* age determination was made. -
toString
Returns a JSON string representation of AgeVerifyResult
-