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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Recipient{
  applied: boolean() | nil,
  capabilities:
    Stripe.Resources.V2.Core.Account.Configuration.Recipient.Capabilities.t()
    | nil
}
```

* `applied` - Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
* `capabilities` - Capabilities that have been requested on the Recipient Configuration.

---

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