# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Card.ThreeDSecureUsage`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L743)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Card.ThreeDSecureUsage{
    supported: boolean() | nil
  }
```

* `supported` - Whether 3D Secure is supported on this card.

---

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