# `Stripe.Resources.PaymentMethod.Card.ThreeDSecureUsage`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L640)

Nested struct within the parent resource.

# `t`

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

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

---

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