stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerSession
Consumer
Session
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ConsumerSession
:
StripeModel
Content copied to clipboard
The result of a call to Link consumer sign up.
Types
Functions
Properties
Types
Verification
Session
Link copied to clipboard
data
class
VerificationSession
:
StripeModel
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
clientSecret
Link copied to clipboard
val
clientSecret
:
String
Content copied to clipboard
emailAddress
Link copied to clipboard
val
emailAddress
:
String
Content copied to clipboard
redactedPhoneNumber
Link copied to clipboard
val
redactedPhoneNumber
:
String
Content copied to clipboard
verificationSessions
Link copied to clipboard
val
verificationSessions
:
List
<
ConsumerSession.VerificationSession
>
Content copied to clipboard