# `Stripe.Resources.Tax.Association.TaxTransactionAttempts.Committed`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/association.ex#L48)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Association.TaxTransactionAttempts.Committed{
  transaction: String.t() | nil
}
```

* `transaction` - The [Tax Transaction](https://docs.stripe.com/api/tax/transaction/object) Max length: 5000.

---

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