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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.FutureRequirements.Entries.Impact{
  restricts_capabilities:
    [
      Stripe.Resources.V2.Core.Account.FutureRequirements.Entries.Impact.RestrictsCapabilities.t()
    ]
    | nil
}
```

* `restricts_capabilities` - The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.

---

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