# `Stripe.Params.SetupIntentCreateParams.PaymentMethodData.Boleto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L347)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.Boleto{
  tax_id: String.t() | nil
}
```

* `tax_id` - The tax ID of the customer (CPF for individual consumers or CNPJ for businesses consumers) Max length: 5000.

---

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