toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment
/
Payone
/
PreAuthResponse
Pre
Auth
Response
data
class
PreAuthResponse
(
val
status
:
Payone.AuthStatus
,
val
userID
:
String
,
val
links
:
Map
<
String
,
Payone.Link
>
)
Members
Constructors
Pre
Auth
Response
Link copied to clipboard
constructor
(
status
:
Payone.AuthStatus
,
userID
:
String
,
links
:
Map
<
String
,
Payone.Link
>
)
Properties
links
Link copied to clipboard
val
links
:
Map
<
String
,
Payone.Link
>
status
Link copied to clipboard
val
status
:
Payone.AuthStatus
user
ID
Link copied to clipboard
val
userID
:
String