# `Stripe.Resources.PaymentMethod.Boleto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L348)

Nested struct within the parent resource.

# `t`

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

* `tax_id` - Uniquely identifies the customer tax id (CNPJ or CPF) Max length: 5000.

---

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