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

PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode

# `t`

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

* `hosted_instructions_url` - The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration. Max length: 5000.
* `mobile_auth_url` - The url for mobile redirect based auth Max length: 5000.
* `qr_code` - Expandable.

# `expandable_fields`

# `object_name`

---

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