# `Stripe.Resources.NextActionDisplayBoletoDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/next_action_display_boleto_details.ex#L2)

payment_intent_next_action_boleto

# `t`

```elixir
@type t() :: %Stripe.Resources.NextActionDisplayBoletoDetails{
  expires_at: integer(),
  hosted_voucher_url: String.t(),
  number: String.t(),
  pdf: String.t()
}
```

* `expires_at` - The timestamp after which the boleto expires. Format: Unix timestamp. Nullable.
* `hosted_voucher_url` - The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher. Max length: 5000. Nullable.
* `number` - The boleto number. Max length: 5000. Nullable.
* `pdf` - The URL to the downloadable boleto voucher PDF. Max length: 5000. Nullable.

# `object_name`

---

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