toggle menu
adyen-android
androidJvm
switch theme
search in API
sessions-core
/
com.adyen.checkout.sessions.core.internal.data.model
/
SessionPaymentsResponse
Session
Payments
Response
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
SessionPaymentsResponse
(
val
sessionData
:
String
,
val
status
:
String
?
,
val
resultCode
:
String
?
,
val
action
:
Action
?
,
val
order
:
OrderResponse
?
,
val
sessionResult
:
String
?
)
:
ModelObject
Members
Constructors
Session
Payments
Response
Link copied to clipboard
constructor
(
sessionData
:
String
,
status
:
String
?
,
resultCode
:
String
?
,
action
:
Action
?
,
order
:
OrderResponse
?
,
sessionResult
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
Action
?
order
Link copied to clipboard
val
order
:
OrderResponse
?
result
Code
Link copied to clipboard
val
resultCode
:
String
?
session
Data
Link copied to clipboard
val
sessionData
:
String
session
Result
Link copied to clipboard
val
sessionResult
:
String
?
status
Link copied to clipboard
val
status
:
String
?
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)