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

PaymentIntentNextActionDisplayMultibancoDetails

# `t`

```elixir
@type t() :: %Stripe.Resources.NextActionMultibancoDisplayDetails{
  entity: String.t(),
  expires_at: integer(),
  hosted_voucher_url: String.t(),
  reference: String.t()
}
```

* `entity` - Entity number associated with this Multibanco payment. Max length: 5000. Nullable.
* `expires_at` - The timestamp at which the Multibanco voucher expires. Format: Unix timestamp. Nullable.
* `hosted_voucher_url` - The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher. Max length: 5000. Nullable.
* `reference` - Reference number associated with this Multibanco payment. Max length: 5000. Nullable.

# `object_name`

---

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