# `Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfRegistration`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L3205)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfRegistration{
    files: [String.t()] | nil,
    type: String.t() | nil
  }
```

* `files` - One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
* `type` - The format of the document. Currently supports `files` only. Possible values: `files`.

---

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