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

Nested parameters.

# `t`

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

* `tax` - Tax arguments for automations

---

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