# `Stripe.Resources.V2.Core.Account.Requirements.Entries.Reference`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L4095)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Requirements.Entries.Reference{
  inquiry: String.t() | nil,
  resource: String.t() | nil,
  type: String.t() | nil
}
```

* `inquiry` - If `inquiry` is the type, the inquiry token.
* `resource` - If `resource` is the type, the resource token.
* `type` - The type of the reference. If the type is "inquiry", the inquiry token can be found in the "inquiry" field.
Otherwise the type is an API resource, the token for which can be found in the "resource" field. Possible values: `inquiry`, `payment_method`, `person`.

---

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