# `Stripe.Resources.PaymentIntent.Hooks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L330)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntent.Hooks{
  inputs: Stripe.Resources.PaymentIntent.Hooks.Inputs.t() | nil
}
```

* `inputs`

---

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