Package com.stripe.model.identity
Class VerificationSession.VerifiedOutputs
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.VerifiedOutputs
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
VerificationSession
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Point in Time. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getDob()
int
hashCode()
void
setAddress
(Address address) void
void
setFirstName
(String firstName) void
setIdNumber
(String idNumber) void
setIdNumberType
(String idNumberType) void
setLastName
(String lastName) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
VerifiedOutputs
public VerifiedOutputs()
-
-
Method Details