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

Nested struct within the parent resource.

# `t`

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