Class StoreAgeVerifyRequest
java.lang.Object
net.avalara.avatax.rest.client.models.StoreAgeVerifyRequest
The Request for the /ageverification/store/identity endpoint. Describes information about the person whose age has been verified and the verification result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for requestGetter for responsevoidsetRequest(AgeVerifyRequest value) Setter for requestvoidsetResponse(AgeVerifyResult value) Setter for responsetoString()Returns a JSON string representation of StoreAgeVerifyRequest
-
Constructor Details
-
StoreAgeVerifyRequest
public StoreAgeVerifyRequest()
-
-
Method Details