# `Stripe.Params.AccountPersonCreateParams.Documents.CompanyAuthorization`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_create_params.ex#L213)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountPersonCreateParams.Documents.CompanyAuthorization{
  files: [map()] | nil
}
```

* `files` - One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.

---

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