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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.AccountUpdateParams.Documents.CompanyMemorandumOfAssociation{
    files: [String.t()] | 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*
