ConsumerSession

data class ConsumerSession(val clientSecret: String = "", val emailAddress: String, val redactedPhoneNumber: String, val verificationSessions: List<ConsumerSession.VerificationSession> = emptyList(), val authSessionClientSecret: String? = null, val publishableKey: String? = null) : StripeModel

The result of a call to Link consumer sign up.

Constructors

Link copied to clipboard
constructor(clientSecret: String = "", emailAddress: String, redactedPhoneNumber: String, verificationSessions: List<ConsumerSession.VerificationSession> = emptyList(), authSessionClientSecret: String? = null, publishableKey: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val publishableKey: String? = null
Link copied to clipboard

Functions

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