Class PaymentIntent.NextActionAlipayHandleRedirect

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

public static class PaymentIntent.NextActionAlipayHandleRedirect extends StripeObject
An universal link that redirect to WeChat Pay app.
  • Constructor Details

    • NextActionAlipayHandleRedirect

      public NextActionAlipayHandleRedirect()
  • Method Details

    • getNativeData

      public String getNativeData()
      The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
    • getNativeUrl

      public String getNativeUrl()
      The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
    • getReturnUrl

      public String getReturnUrl()
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
    • getUrl

      public String getUrl()
      The URL you must redirect your customer to in order to authenticate the payment.
    • setNativeData

      public void setNativeData(String nativeData)
      The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
    • setNativeUrl

      public void setNativeUrl(String nativeUrl)
      The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
    • setReturnUrl

      public void setReturnUrl(String returnUrl)
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
    • setUrl

      public void setUrl(String url)
      The URL you must redirect your customer to in order to authenticate the payment.
    • 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