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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
The image_url_svg string used to render QR code.static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
,oxxo_display_details
, orverify_with_microdeposits
.When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.int
hashCode()
void
setCashappHandleRedirectOrDisplayQrCode
(SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode cashappHandleRedirectOrDisplayQrCode) void
setRedirectToUrl
(SetupIntent.NextAction.RedirectToUrl redirectToUrl) void
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
,oxxo_display_details
, orverify_with_microdeposits
.void
setUseStripeSdk
(Map<String, Object> useStripeSdk) When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.void
setVerifyWithMicrodeposits
(SetupIntent.NextAction.VerifyWithMicrodeposits verifyWithMicrodeposits) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details
-
getCashappHandleRedirectOrDisplayQrCode
public SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode getCashappHandleRedirectOrDisplayQrCode() -
getRedirectToUrl
-
getType
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
,oxxo_display_details
, orverify_with_microdeposits
. -
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. -
getVerifyWithMicrodeposits
-
setCashappHandleRedirectOrDisplayQrCode
public void setCashappHandleRedirectOrDisplayQrCode(SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode cashappHandleRedirectOrDisplayQrCode) -
setRedirectToUrl
-
setType
Type of the next action to perform, one ofredirect_to_url
,use_stripe_sdk
,alipay_handle_redirect
,oxxo_display_details
, orverify_with_microdeposits
. -
setUseStripeSdk
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. -
setVerifyWithMicrodeposits
public void setVerifyWithMicrodeposits(SetupIntent.NextAction.VerifyWithMicrodeposits verifyWithMicrodeposits) -
equals
-
canEqual
-
hashCode
public int hashCode()
-