# `Stripe.Params.SetupIntentUpdateParams.PaymentMethodOptions.Card.ThreeDSecure.NetworkOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_update_params.ex#L723)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.SetupIntentUpdateParams.PaymentMethodOptions.Card.ThreeDSecure.NetworkOptions{
    cartes_bancaires:
      Stripe.Params.SetupIntentUpdateParams.PaymentMethodOptions.Card.ThreeDSecure.NetworkOptions.CartesBancaires.t()
      | nil
  }
```

* `cartes_bancaires` - Cartes Bancaires-specific 3DS fields.

---

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