Package com.stripe.model.identity
Class VerificationSession.Options.Matching
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.Options.Matching
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession.Options
For more details about Matching, 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
getDob()
Strictness of the DOB matching policy to apply.getName()
Strictness of the name matching policy to apply.int
hashCode()
void
Strictness of the DOB matching policy to apply.void
Strictness of the name matching policy to apply.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Matching
public Matching()
-
-
Method Details
-
getDob
Strictness of the DOB matching policy to apply.One of
none
, orsimilar
. -
getName
Strictness of the name matching policy to apply.One of
none
, orsimilar
. -
setDob
Strictness of the DOB matching policy to apply.One of
none
, orsimilar
. -
setName
Strictness of the name matching policy to apply.One of
none
, orsimilar
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-