# `Stripe.Params.AccountUpdateParams.Company.Verification`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_update_params.ex#L1290)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountUpdateParams.Company.Verification{
  document:
    Stripe.Params.AccountUpdateParams.Company.Verification.Document.t() | nil
}
```

* `document` - A document verifying the business.

---

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