public static class PaymentIntent.NextActionAlipayHandleRedirect extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
NextActionAlipayHandleRedirect() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
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.
|
java.lang.String |
getNativeUrl()
The native URL you must redirect your customer to in order to authenticate the payment in an
iOS App.
|
java.lang.String |
getReturnUrl()
If the customer does not exit their browser while authenticating, they will be redirected to
this specified URL after completion.
|
java.lang.String |
getUrl()
The URL you must redirect your customer to in order to authenticate the payment.
|
int |
hashCode() |
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.
|
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.
|
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.
|
void |
setUrl(java.lang.String url)
The URL you must redirect your customer to in order to authenticate the payment.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getNativeData()
public java.lang.String getNativeUrl()
public java.lang.String getReturnUrl()
public java.lang.String getUrl()
public void setNativeData(java.lang.String nativeData)
public void setNativeUrl(java.lang.String nativeUrl)
public void setReturnUrl(java.lang.String returnUrl)
public void setUrl(java.lang.String url)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object