# `Stripe.Params.Tax.AssociationFindParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/tax/association_find_params.ex#L2)

Parameters for association find.

# `t`

```elixir
@type t() :: %Stripe.Params.Tax.AssociationFindParams{
  expand: [String.t()] | nil,
  payment_intent: String.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `payment_intent` - Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id Max length: 5000.

---

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