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
For more details about NextAction, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CashappHandleRedirectOrDisplayQrCode, please refer to the API Reference.static classFor more details about PixDisplayQrCode, please refer to the API Reference.static classFor more details about RedirectToUrl, please refer to the API Reference.static classFor more details about VerifyWithMicrodeposits, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()Type of the next action to perform.When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.inthashCode()voidsetCashappHandleRedirectOrDisplayQrCode(SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode cashappHandleRedirectOrDisplayQrCode) voidsetPixDisplayQrCode(SetupIntent.NextAction.PixDisplayQrCode pixDisplayQrCode) voidsetRedirectToUrl(SetupIntent.NextAction.RedirectToUrl redirectToUrl) voidType of the next action to perform.voidsetUseStripeSdk(Map<String, Object> useStripeSdk) When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.voidsetVerifyWithMicrodeposits(SetupIntent.NextAction.VerifyWithMicrodeposits verifyWithMicrodeposits) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details
-
getCashappHandleRedirectOrDisplayQrCode
public SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode getCashappHandleRedirectOrDisplayQrCode() -
getPixDisplayQrCode
-
getRedirectToUrl
-
getType
Type of the next action to perform. Refer to the other child attributes undernext_actionfor available values. Examples include:redirect_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) -
setPixDisplayQrCode
-
setRedirectToUrl
-
setType
Type of the next action to perform. Refer to the other child attributes undernext_actionfor available values. Examples include:redirect_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()
-