# `Stripe.Resources.Identity.VerificationSession.Options.Matching`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_session.ex#L169)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationSession.Options.Matching{
  dob: String.t() | nil,
  name: String.t() | nil
}
```

* `dob` - Strictness of the DOB matching policy to apply. Possible values: `none`, `similar`.
* `name` - Strictness of the name matching policy to apply. Possible values: `none`, `similar`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
