Package com.stripe.model
Class SetupIntent.NextAction
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SetupIntent.NextAction
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent
public static class SetupIntent.NextAction extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description NextAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
SetupIntent.NextActionRedirectToUrl
getRedirectToUrl()
java.lang.String
getType()
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
, oroxxo_display_details
.java.util.Map<java.lang.String,java.lang.Object>
getUseStripeSdk()
When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.int
hashCode()
void
setRedirectToUrl(SetupIntent.NextActionRedirectToUrl redirectToUrl)
void
setType(java.lang.String type)
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
, oroxxo_display_details
.void
setUseStripeSdk(java.util.Map<java.lang.String,java.lang.Object> useStripeSdk)
When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getRedirectToUrl
public SetupIntent.NextActionRedirectToUrl getRedirectToUrl()
-
getType
public java.lang.String getType()
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
, oroxxo_display_details
.
-
getUseStripeSdk
public java.util.Map<java.lang.String,java.lang.Object> getUseStripeSdk()
When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.
-
setRedirectToUrl
public void setRedirectToUrl(SetupIntent.NextActionRedirectToUrl redirectToUrl)
-
setType
public void setType(java.lang.String type)
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
, oroxxo_display_details
.
-
setUseStripeSdk
public void setUseStripeSdk(java.util.Map<java.lang.String,java.lang.Object> useStripeSdk)
When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-