stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerSession
Consumer
Session
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ConsumerSession
:
StripeModel
The result of a call to Link consumer sign up.
Types
Functions
Properties
Types
Verification
Session
Link copied to clipboard
data
class
VerificationSession
:
StripeModel
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
auth
Session
Client
Secret
Link copied to clipboard
val
authSessionClientSecret
:
String
?
client
Secret
Link copied to clipboard
val
clientSecret
:
String
email
Address
Link copied to clipboard
val
emailAddress
:
String
publishable
Key
Link copied to clipboard
val
publishableKey
:
String
?
redacted
Phone
Number
Link copied to clipboard
val
redactedPhoneNumber
:
String
verification
Sessions
Link copied to clipboard
val
verificationSessions
:
List
<
ConsumerSession.VerificationSession
>