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

PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode

# `t`

```elixir
@type t() :: %Stripe.Resources.SwishHandleRedirectOrDisplayQrCode{
  hosted_instructions_url: String.t(),
  mobile_auth_url: String.t(),
  qr_code: Stripe.Resources.SwishQrCode.t()
}
```

* `hosted_instructions_url` - The URL to the hosted Swish instructions page, which allows customers to view the QR code. Max length: 5000.
* `mobile_auth_url` - The url for mobile redirect based auth (for internal use only and not typically available in standard API requests). Max length: 5000.
* `qr_code` - Expandable.

# `expandable_fields`

# `object_name`

---

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