AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CorePayments
/
com.paypal.android.corepayments.graphql
Package-level
declarations
Types
Types
Graph
QLRequest
Link copied to clipboard
@
Serializable
data
class
GraphQLRequest
<
V
>
(
val
query
:
String
,
val
variables
:
V
?
=
null
,
val
operationName
:
String
?
=
null
)
Graph
QLResponse
Link copied to clipboard
@
InternalSerializationApi
@
Serializable
data
class
GraphQLResponse
<
out
T
>
(
val
data
:
T
?
=
null
,
val
extensions
:
JsonObject
?
=
null
,
val
errors
:
List
<
GraphQLError
>
?
=
null
)