NextActionType

enum NextActionType : Enum<StripeIntent.NextActionType>

Type of the next action to perform.

Entries

Link copied to clipboard
VerifyWithMicrodeposits("verify_with_microdeposits")
Link copied to clipboard
WeChatPayRedirect("wechat_pay_redirect_to_android_app")
Link copied to clipboard
BlikAuthorize("blik_authorize")
Link copied to clipboard
AlipayRedirect("alipay_handle_redirect")
Link copied to clipboard
DisplayOxxoDetails("oxxo_display_details")
Link copied to clipboard
UseStripeSdk("use_stripe_sdk")
Link copied to clipboard
RedirectToUrl("redirect_to_url")

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int