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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.AccountPerson.Documents.PrimaryVerification{
  front_back:
    Stripe.Resources.V2.Core.AccountPerson.Documents.PrimaryVerification.FrontBack.t()
    | nil,
  type: String.t() | nil
}
```

* `front_back` - The [file upload](https://docs.stripe.com/api/persons/update#create_file) tokens for the front and back of the verification document.
* `type` - The format of the verification document. Currently supports `front_back` only. Possible values: `front_back`.

---

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