Class StoreIfVerifiedResult

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

public class StoreIfVerifiedResult extends Object
The Result of a call to the /ageVerification/store/identity/storeIfVerified endpoint.
  • Constructor Details

    • StoreIfVerifiedResult

      public StoreIfVerifiedResult()
  • 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<AgeVerifyFailureCode> getFailureCodes()
      Getter for failureCodes A list of failure codes describing why a *false* age determination was made.
    • setFailureCodes

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

      public Boolean getFromStore()
      Getter for fromStore true if response originated from internal store, false if new age verification check was performed
    • setFromStore

      public void setFromStore(Boolean value)
      Setter for fromStore true if response originated from internal store, false if new age verification check was performed
    • getCreatedUtc

      public String getCreatedUtc()
      Getter for createdUtc a UTC timestamp of when record was written to our store. Only included when fromStore = true
    • setCreatedUtc

      public void setCreatedUtc(String value)
      Setter for createdUtc a UTC timestamp of when record was written to our store. Only included when fromStore = true
    • toString

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