# `Stripe.Params.PaymentIntentCaptureParams.Hooks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_intent_capture_params.ex#L75)

Nested parameters.

# `t`

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

* `inputs` - Arguments passed in automations

---

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