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

PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode

# `t`

```elixir
@type t() :: %Stripe.Resources.UPIHandleRedirectOrDisplayQrCode{
  hosted_instructions_url: term(),
  qr_code: term()
}
```

* `hosted_instructions_url` - The URL to the hosted UPI instructions page, which allows customers to view the QR code. Max length: 5000.
* `qr_code` - Expandable.

# `expandable_fields`

# `object_name`

---

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