Class StoreIfVerifiedResult
java.lang.Object
net.avalara.avatax.rest.client.models.StoreIfVerifiedResult
The Result of a call to the /ageVerification/store/identity/storeIfVerified endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for createdUtc a UTC timestamp of when record was written to our store.Getter for failureCodes A list of failure codes describing why a *false* age determination was made.Getter for fromStore true if response originated from internal store, false if new age verification check was performedGetter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.voidsetCreatedUtc(String value) Setter for createdUtc a UTC timestamp of when record was written to our store.voidSetter for failureCodes A list of failure codes describing why a *false* age determination was made.voidsetFromStore(Boolean value) Setter for fromStore true if response originated from internal store, false if new age verification check was performedvoidsetIsOfAge(Boolean value) Setter for isOfAge Describes whether the individual meets or exceeds the minimum legal drinking age.toString()Returns a JSON string representation of StoreIfVerifiedResult
-
Constructor Details
-
StoreIfVerifiedResult
public StoreIfVerifiedResult()
-
-
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. -
getFromStore
Getter for fromStore true if response originated from internal store, false if new age verification check was performed -
setFromStore
Setter for fromStore true if response originated from internal store, false if new age verification check was performed -
getCreatedUtc
Getter for createdUtc a UTC timestamp of when record was written to our store. Only included when fromStore = true -
setCreatedUtc
Setter for createdUtc a UTC timestamp of when record was written to our store. Only included when fromStore = true -
toString
Returns a JSON string representation of StoreIfVerifiedResult
-