NextAction

@Serializable
data class NextAction(val type: String, val wechatPayDisplayQrCode: WechatPayDisplayQrCode? = null, val redirectToUrl: RedirectUrl? = null, val useStripeSdk: UseStripeSdk? = null) : Serializable

Property that tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.

Constructors

Link copied to clipboard
constructor(type: String, wechatPayDisplayQrCode: WechatPayDisplayQrCode? = null, redirectToUrl: RedirectUrl? = null, useStripeSdk: UseStripeSdk? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains instructions for authenticating a payment by redirecting your customer to another page or application.

Link copied to clipboard

Type of the next action to perform

Link copied to clipboard

A next action to be handled internally by the Stripe SDK

Link copied to clipboard

The field that contains WeChat Pay QR code info