# `Stripe.Params.Identity.VerificationSessionCreateParams.Options`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/identity/verification_session_create_params.ex#L46)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Identity.VerificationSessionCreateParams.Options{
  document: map() | nil
}
```

* `document` - Options that apply to the [document check](https://docs.stripe.com/identity/verification-checks?type=document).

---

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