Package com.stripe.model
Class SetupIntent.NextAction.RedirectToUrl
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.NextAction.RedirectToUrl
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.NextAction
The image_url_svg string used to render QR code.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.int
hashCode()
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.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RedirectToUrl
public RedirectToUrl()
-
-
Method Details
-
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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-