Class PaymentIntent.NextAction.AlipayHandleRedirect

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

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

    • AlipayHandleRedirect

      public AlipayHandleRedirect()
  • 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