# `Stripe.Resources.Tax.TransactionLineItem.Reversal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/transaction_line_item.ex#L59)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.TransactionLineItem.Reversal{
  original_line_item: String.t() | nil
}
```

* `original_line_item` - The `id` of the line item to reverse in the original transaction. Max length: 5000.

---

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