Class AgeVerifyResult

java.lang.Object
net.avalara.avatax.rest.client.models.AgeVerifyResult

public class AgeVerifyResult extends Object
The Result of a call to the /ageVerification/verify endpoint.
  • Constructor Details

    • AgeVerifyResult

      public AgeVerifyResult()
  • Method Details

    • getIsOfAge

      public Boolean getIsOfAge()
      Getter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.
    • setIsOfAge

      public void setIsOfAge(Boolean value)
      Setter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.
    • getFailureCodes

      public ArrayList<AgeVerifyResult> getFailureCodes()
      Getter for failureCodes A list of failure codes describing why a *false* age determination was made.
    • setFailureCodes

      public void setFailureCodes(ArrayList<AgeVerifyResult> value)
      Setter for failureCodes A list of failure codes describing why a *false* age determination was made.
    • toString

      public String toString()
      Returns a JSON string representation of AgeVerifyResult
      Overrides:
      toString in class Object