# `Stripe.Resources.Charge.PaymentMethodDetails.Boleto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L841)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Boleto{
  tax_id: String.t() | nil
}
```

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

---

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