public static class SetupIntent.NextAction extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
NextAction() |
Modifier and Type | Method and 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 of
redirect_to_url or use_stripe_sdk . |
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 of
redirect_to_url or use_stripe_sdk . |
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.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public SetupIntent.NextActionRedirectToUrl getRedirectToUrl()
public java.lang.String getType()
redirect_to_url
or use_stripe_sdk
.public java.util.Map<java.lang.String,java.lang.Object> getUseStripeSdk()
public void setRedirectToUrl(SetupIntent.NextActionRedirectToUrl redirectToUrl)
public void setType(java.lang.String type)
redirect_to_url
or use_stripe_sdk
.public void setUseStripeSdk(java.util.Map<java.lang.String,java.lang.Object> useStripeSdk)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object