TokenParams

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

Constructors

Link copied to clipboard
constructor(tokenType: Token.Type, attribution: Set<String> = emptySet())

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
abstract val typeDataParams: Map<String, Any>

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)