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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.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.int
hashCode()
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.void
setNativeUrl
(String nativeUrl) The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.void
setReturnUrl
(String returnUrl) If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.void
The URL you must redirect your customer to in order to authenticate the payment.Methods inherited from class com.stripe.model.StripeObject
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()
-