# `Stripe.Resources.PaymentIntentAmountDetailsLineItem.Tax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent_amount_details_line_item.ex#L139)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntentAmountDetailsLineItem.Tax{
  total_tax_amount: integer() | nil
}
```

* `total_tax_amount` - The total amount of tax on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Required for L2 rates. An integer greater than or equal to 0.

This field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.

---

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