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

PaymentIntentNextActionDisplayOxxoDetails

# `t`

```elixir
@type t() :: %Stripe.Resources.NextActionOxxoDisplayDetails{
  expires_after: integer(),
  hosted_voucher_url: String.t(),
  number: String.t()
}
```

* `expires_after` - The timestamp after which the OXXO voucher expires. Format: Unix timestamp. Nullable.
* `hosted_voucher_url` - The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher. Max length: 5000. Nullable.
* `number` - OXXO reference number. Max length: 5000. Nullable.

# `object_name`

---

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