Package com.stripe.model
Class PaymentIntent.NextAction.RedirectToUrl
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.RedirectToUrl
- 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
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
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
-
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 the payment. -
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()
-