Class PaymentIntent.NextAction.SwishHandleRedirectOrDisplayQrCode

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

public static class PaymentIntent.NextAction.SwishHandleRedirectOrDisplayQrCode extends StripeObject
  • Constructor Details

    • SwishHandleRedirectOrDisplayQrCode

      public SwishHandleRedirectOrDisplayQrCode()
  • Method Details

    • getHostedInstructionsUrl

      public String getHostedInstructionsUrl()
      The URL to the hosted Swish instructions page, which allows customers to view the QR code.
    • getMobileAuthUrl

      public String getMobileAuthUrl()
      The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).
    • getQrCode

    • setHostedInstructionsUrl

      public void setHostedInstructionsUrl(String hostedInstructionsUrl)
      The URL to the hosted Swish instructions page, which allows customers to view the QR code.
    • setMobileAuthUrl

      public void setMobileAuthUrl(String mobileAuthUrl)
      The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).
    • 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