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
For more details about RedirectToUrl, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanIf 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.inthashCode()voidsetReturnUrl(String returnUrl) If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.voidThe URL you must redirect your customer to in order to authenticate the payment.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
RedirectToUrlpublic RedirectToUrl()
 
- 
- 
Method Details- 
getReturnUrlIf the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
- 
getUrlThe URL you must redirect your customer to in order to authenticate the payment.
- 
setReturnUrlIf the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
- 
setUrlThe URL you must redirect your customer to in order to authenticate the payment.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-