# `Stripe.Params.AccountSessionCreateParams.Components.DisputesList.Features`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_session_create_params.ex#L194)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.AccountSessionCreateParams.Components.DisputesList.Features{
    capture_payments: boolean() | nil,
    destination_on_behalf_of_charge_management: boolean() | nil,
    dispute_management: boolean() | nil,
    refund_management: boolean() | nil
  }
```

* `capture_payments` - Whether to allow capturing and cancelling payment intents. This is `true` by default.
* `destination_on_behalf_of_charge_management` - Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.
* `dispute_management` - Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.
* `refund_management` - Whether sending refunds is enabled. This is `true` by default.

---

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