Package com.stripe.model
Class PaymentIntent.NextAction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PaymentIntent
Portion of the amount that corresponds to a tip.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
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, one ofredirect_to_url,use_stripe_sdk,alipay_handle_redirect,oxxo_display_details, orverify_with_microdeposits.When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.inthashCode()voidsetAlipayHandleRedirect(PaymentIntent.NextActionAlipayHandleRedirect alipayHandleRedirect) voidsetBoletoDisplayDetails(PaymentIntent.NextActionDisplayBoletoDetails boletoDisplayDetails) voidsetCardAwaitNotification(PaymentIntent.NextActionCardAwaitNotification cardAwaitNotification) voidsetDisplayBankTransferInstructions(PaymentIntent.NextActionDisplayBankTransferInstructions displayBankTransferInstructions) voidsetKonbiniDisplayDetails(PaymentIntent.NextActionKonbiniDisplayDetails konbiniDisplayDetails) voidsetOxxoDisplayDetails(PaymentIntent.NextActionOxxoDisplayDetails oxxoDisplayDetails) voidsetPaynowDisplayQrCode(PaymentIntent.NextAction.PaynowDisplayQrCode paynowDisplayQrCode) voidsetPromptpayDisplayQrCode(PaymentIntent.NextAction.PromptpayDisplayQrCode promptpayDisplayQrCode) voidsetRedirectToUrl(PaymentIntent.NextActionRedirectToUrl redirectToUrl) voidType of the next action to perform, one ofredirect_to_url,use_stripe_sdk,alipay_handle_redirect,oxxo_display_details, orverify_with_microdeposits.voidsetUseStripeSdk(Map<String, Object> useStripeSdk) When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows.voidsetVerifyWithMicrodeposits(PaymentIntent.NextAction.VerifyWithMicrodeposits verifyWithMicrodeposits) voidsetWechatPayDisplayQrCode(PaymentIntent.NextAction.WechatPayDisplayQrCode wechatPayDisplayQrCode) voidsetWechatPayRedirectToAndroidApp(PaymentIntent.NextAction.WechatPayRedirectToAndroidApp wechatPayRedirectToAndroidApp) voidsetWechatPayRedirectToIosApp(PaymentIntent.NextAction.WechatPayRedirectToIosApp wechatPayRedirectToIosApp) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details
-
getAlipayHandleRedirect
-
getBoletoDisplayDetails
-
getCardAwaitNotification
-
getDisplayBankTransferInstructions
-
getKonbiniDisplayDetails
-
getOxxoDisplayDetails
-
getPaynowDisplayQrCode
-
getPromptpayDisplayQrCode
-
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 PaymentIntent 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
-
getWechatPayDisplayQrCode
-
getWechatPayRedirectToAndroidApp
-
getWechatPayRedirectToIosApp
-
setAlipayHandleRedirect
public void setAlipayHandleRedirect(PaymentIntent.NextActionAlipayHandleRedirect alipayHandleRedirect) -
setBoletoDisplayDetails
public void setBoletoDisplayDetails(PaymentIntent.NextActionDisplayBoletoDetails boletoDisplayDetails) -
setCardAwaitNotification
public void setCardAwaitNotification(PaymentIntent.NextActionCardAwaitNotification cardAwaitNotification) -
setDisplayBankTransferInstructions
public void setDisplayBankTransferInstructions(PaymentIntent.NextActionDisplayBankTransferInstructions displayBankTransferInstructions) -
setKonbiniDisplayDetails
public void setKonbiniDisplayDetails(PaymentIntent.NextActionKonbiniDisplayDetails konbiniDisplayDetails) -
setOxxoDisplayDetails
-
setPaynowDisplayQrCode
public void setPaynowDisplayQrCode(PaymentIntent.NextAction.PaynowDisplayQrCode paynowDisplayQrCode) -
setPromptpayDisplayQrCode
public void setPromptpayDisplayQrCode(PaymentIntent.NextAction.PromptpayDisplayQrCode promptpayDisplayQrCode) -
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 PaymentIntent 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(PaymentIntent.NextAction.VerifyWithMicrodeposits verifyWithMicrodeposits) -
setWechatPayDisplayQrCode
public void setWechatPayDisplayQrCode(PaymentIntent.NextAction.WechatPayDisplayQrCode wechatPayDisplayQrCode) -
setWechatPayRedirectToAndroidApp
public void setWechatPayRedirectToAndroidApp(PaymentIntent.NextAction.WechatPayRedirectToAndroidApp wechatPayRedirectToAndroidApp) -
setWechatPayRedirectToIosApp
public void setWechatPayRedirectToIosApp(PaymentIntent.NextAction.WechatPayRedirectToIosApp wechatPayRedirectToIosApp) -
equals
-
canEqual
-
hashCode
public int hashCode()
-