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

Nested struct within the parent resource.

# `t`

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

* `calculation` - The [TaxCalculation](https://docs.stripe.com/api/tax/calculations) id Max length: 5000.

---

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