IntentData

data class IntentData(val clientSecret: String, val sourceId: String, val publishableKey: String, val accountId: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(clientSecret: String, sourceId: String, publishableKey: String, accountId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

Optional connected account id.

Link copied to clipboard

The client_secret of a PaymentIntent or SetupIntent.

Link copied to clipboard

The publishable key.

Link copied to clipboard

The 3DS2 Source Id for this transaction.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)