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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AlipayHandleRedirectpublic AlipayHandleRedirect()
 
- 
- 
Method Details- 
getNativeDataThe native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
- 
getNativeUrlThe native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
- 
getReturnUrlIf the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
- 
getUrlThe URL you must redirect your customer to in order to authenticate the payment.
- 
setNativeDataThe native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
- 
setNativeUrlThe native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
- 
setReturnUrlIf the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
- 
setUrlThe URL you must redirect your customer to in order to authenticate the payment.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-