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

Nested parameters.

# `t`

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

* `tax` - Tax arguments for automations

---

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