# `Stripe.Params.V2.Core.AccountCreateParams.Identity.BusinessDetails.Documents.PrimaryVerification`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_create_params.ex#L1581)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountCreateParams.Identity.BusinessDetails.Documents.PrimaryVerification{
    front_back:
      Stripe.Params.V2.Core.AccountCreateParams.Identity.BusinessDetails.Documents.PrimaryVerification.FrontBack.t()
      | nil,
    type: String.t() | nil
  }
```

* `front_back` - The [file upload](https://docs.stripe.com/api/persons/update#create_file) tokens referring to each side of the 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*
