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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Association.TaxTransactionAttempts{
  committed:
    Stripe.Resources.Tax.Association.TaxTransactionAttempts.Committed.t() | nil,
  errored:
    Stripe.Resources.Tax.Association.TaxTransactionAttempts.Errored.t() | nil,
  source: String.t() | nil,
  status: String.t() | nil
}
```

* `committed`
* `errored`
* `source` - The source of the tax transaction attempt. This is either a refund or a payment intent. Max length: 5000.
* `status` - The status of the transaction attempt. This can be `errored` or `committed`. Max length: 5000.

---

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