Package com.stripe.param.identity
Class VerificationSessionCreateParams.RelatedPerson
java.lang.Object
com.stripe.param.identity.VerificationSessionCreateParams.RelatedPerson
- Enclosing class:
- VerificationSessionCreateParams
Phone number of user being verified.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. A token representing a connected account.Map of extra parameters for custom features not available in this client library.Required. A token referencing a Person resource that this verification is being used to verify.int
hashCode()
-
Method Details
-
builder
-
getAccount
Required. A token representing a connected account. If provided, the person parameter is also required and must be associated with the account. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getPerson
Required. A token referencing a Person resource that this verification is being used to verify. -
equals
-
canEqual
-
hashCode
public int hashCode()
-