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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.AccountSessionCreateParams.Components.IssuingCardsList.Features{
    card_management: boolean() | nil,
    card_spend_dispute_management: boolean() | nil,
    cardholder_management: boolean() | nil,
    disable_stripe_user_authentication: boolean() | nil,
    spend_control_management: boolean() | nil
  }
```

* `card_management` - Whether to allow card management features.
* `card_spend_dispute_management` - Whether to allow card spend dispute management features.
* `cardholder_management` - Whether to allow cardholder management features.
* `disable_stripe_user_authentication` - Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
* `spend_control_management` - Whether to allow spend control management features.

---

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