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

payment_intent_next_action_konbini

# `t`

```elixir
@type t() :: %Stripe.Resources.NextActionKonbiniDisplayDetails{
  expires_at: integer(),
  hosted_voucher_url: String.t(),
  stores: Stripe.Resources.Stores.t()
}
```

* `expires_at` - The timestamp at which the pending Konbini payment expires. Format: Unix timestamp.
* `hosted_voucher_url` - The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher. Max length: 5000. Nullable.
* `stores` - Expandable.

# `expandable_fields`

# `object_name`

---

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