# `Stripe.Resources.V2.Core.Event.Reason.Request`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/event.ex#L48)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Event.Reason.Request{
  id: String.t() | nil,
  idempotency_key: String.t() | nil
}
```

* `id` - ID of the API request that caused the event.
* `idempotency_key` - The idempotency key transmitted during the request.

---

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