NextAction
@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)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy( type: String = this.type, wechatPayDisplayQrCode: WechatPayDisplayQrCode? = this.wechatPayDisplayQrCode, redirectToUrl: RedirectUrl? = this.redirectToUrl, useStripeSdk: UseStripeSdk? = this.useStripeSdk): NextAction