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

Nested parameters.

# `t`

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

* `inputs` - Arguments passed in automations

---

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