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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.FutureRequirements.Entries.RequestedReasons{
    code: String.t() | nil
  }
```

* `code` - Machine-readable description of Stripe's reason for collecting the requirement. Possible values: `routine_onboarding`, `routine_verification`.

---

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