toggle menu
adyen-android
androidJvm
switch theme
search in API
checkout-core
/
com.adyen.checkout.core.internal.data.api
/
AdyenApiResponse
Adyen
Api
Response
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AdyenApiResponse
(
val
path
:
String
,
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
String
>
,
val
body
:
String
)
Members
Constructors
Adyen
Api
Response
Link copied to clipboard
constructor
(
path
:
String
,
statusCode
:
Int
,
headers
:
Map
<
String
,
String
>
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
path
Link copied to clipboard
val
path
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int