Class SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SetupIntent.NextAction

public static class SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode extends StripeObject
  • Constructor Details

    • CashappHandleRedirectOrDisplayQrCode

      public CashappHandleRedirectOrDisplayQrCode()
  • Method Details

    • getHostedInstructionsUrl

      public String getHostedInstructionsUrl()
      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.
    • getMobileAuthUrl

      public String getMobileAuthUrl()
      The url for mobile redirect based auth.
    • getQrCode

    • setHostedInstructionsUrl

      public void setHostedInstructionsUrl(String hostedInstructionsUrl)
      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.
    • setMobileAuthUrl

      public void setMobileAuthUrl(String mobileAuthUrl)
      The url for mobile redirect based auth.
    • setQrCode

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object