ContinuePaymentIntentParams
data class ContinuePaymentIntentParams(val paymentIntentId: String, val clientSecret: String, val type: PaymentIntentContinueType, val threeDSecure: ThreeDSecure? = null, val device: Device? = null, val useDcc: Boolean? = null) : AbstractPaymentIntentParams
The params that used for continue PaymentIntent
Constructors
Link copied to clipboard
constructor(paymentIntentId: String, clientSecret: String, type: PaymentIntentContinueType, threeDSecure: ThreeDSecure? = null, device: Device? = null, useDcc: Boolean? = null)
Properties
Link copied to clipboard
The client secret of PaymentIntent
Link copied to clipboard
ID of PaymentIntent
Link copied to clipboard
Link copied to clipboard