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

public static class VerificationSession.Options.Matching extends StripeObject
For more details about Matching, please refer to the API Reference.
  • Constructor Details

    • Matching

      public Matching()
  • Method Details

    • getDob

      public String getDob()
      Strictness of the DOB matching policy to apply.

      One of none, or similar.

    • getName

      public String getName()
      Strictness of the name matching policy to apply.

      One of none, or similar.

    • setDob

      public void setDob(String dob)
      Strictness of the DOB matching policy to apply.

      One of none, or similar.

    • setName

      public void setName(String name)
      Strictness of the name matching policy to apply.

      One of none, or similar.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object