# `Stripe.Params.PaymentMethodCreateParams.Boleto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_create_params.ex#L257)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodCreateParams.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*
