stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerSessionLookup
Consumer
Session
Lookup
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ConsumerSessionLookup
:
StripeModel
Content copied to clipboard
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
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
consumer
Session
Link copied to clipboard
val
consumerSession
:
ConsumerSession
?
Content copied to clipboard
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
Content copied to clipboard
exists
Link copied to clipboard
val
exists
:
Boolean
Content copied to clipboard