Package com.stripe.model
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
The URL for the hosted verification page, which allows customers to verify their bank account.
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description NextActionAlipayHandleRedirect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetNativeData()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.java.lang.StringgetNativeUrl()The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.java.lang.StringgetReturnUrl()If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.java.lang.StringgetUrl()The URL you must redirect your customer to in order to authenticate the payment.inthashCode()voidsetNativeData(java.lang.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(java.lang.String nativeUrl)The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.voidsetReturnUrl(java.lang.String returnUrl)If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.voidsetUrl(java.lang.String url)The URL you must redirect your customer to in order to authenticate the payment.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getNativeData
public java.lang.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 java.lang.String getNativeUrl()
The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
-
getReturnUrl
public java.lang.String getReturnUrl()
If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
-
getUrl
public java.lang.String getUrl()
The URL you must redirect your customer to in order to authenticate the payment.
-
setNativeData
public void setNativeData(java.lang.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(java.lang.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(java.lang.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(java.lang.String url)
The URL you must redirect your customer to in order to authenticate the payment.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-