# `Stripe.Resources.V2.Core.AccountPerson.Documents.Visa`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account_person.ex#L331)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.AccountPerson.Documents.Visa{
  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*
