stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerSessionLookup
Consumer
Session
Lookup
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ConsumerSessionLookup
:
StripeModel
The result of a call to retrieve the
ConsumerSession
for a Link user.
Functions
Properties
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
consumer
Session
Link copied to clipboard
val
consumerSession
:
ConsumerSession
?
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
exists
Link copied to clipboard
val
exists
:
Boolean