TokenParams

abstract class TokenParams(tokenType: Token.Type, attribution: Set<String>) : StripeParamsModel, Parcelable

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val attribution: Set<String>

The SDK components that were involved in the creation of this token

Link copied to clipboard
val tokenType: Token.Type
Link copied to clipboard
abstract val typeDataParams: Map<String, Any>