Package com.stripe.model
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
For more details about AlipayHandleRedirect, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.getUrl()The URL you must redirect your customer to in order to authenticate the payment.inthashCode()voidsetNativeData(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.voidsetNativeUrl(String nativeUrl) The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.voidsetReturnUrl(String returnUrl) If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.voidThe URL you must redirect your customer to in order to authenticate the payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AlipayHandleRedirect
public AlipayHandleRedirect()
-
-
Method Details
-
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
The native URL you must redirect your customer to in order to authenticate the payment in an iOS App. -
getReturnUrl
If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion. -
getUrl
The URL you must redirect your customer to in order to authenticate the payment. -
setNativeData
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
The native URL you must redirect your customer to in order to authenticate the payment in an iOS App. -
setReturnUrl
If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion. -
setUrl
The URL you must redirect your customer to in order to authenticate the payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-