Package com.stripe.model.identity
Class VerificationSession.RelatedPerson
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.RelatedPerson
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession
For more details about RelatedPerson, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Token referencing the associated Account of the related Person resource.Token referencing the related Person resource.int
hashCode()
void
setAccount
(String account) Token referencing the associated Account of the related Person resource.void
Token referencing the related Person resource.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RelatedPerson
public RelatedPerson()
-
-
Method Details
-
getAccount
Token referencing the associated Account of the related Person resource. -
getPerson
Token referencing the related Person resource. -
setAccount
Token referencing the associated Account of the related Person resource. -
setPerson
Token referencing the related Person resource. -
equals
-
canEqual
-
hashCode
public int hashCode()
-