Package com.stripe.model
Class Person.Verification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.Verification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAdditionalDocument(Person.Verification.AdditionalDocument additionalDocument) voidsetDetails(String details) voidsetDetailsCode(String detailsCode) voidsetDocument(Person.Verification.Document document) voidMethods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Verification
public Verification()
-
-
Method Details