# `Stripe.Resources.V2.Core.EventDestination.StatusDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/event_destination.ex#L87)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.EventDestination.StatusDetails{
  disabled:
    Stripe.Resources.V2.Core.EventDestination.StatusDetails.Disabled.t() | nil
}
```

* `disabled` - Details about why the event destination has been disabled.

---

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