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
/
UpdateClientConfigVariables
Update
Client
Config
Variables
@
Serializable
data
class
UpdateClientConfigVariables
(
val
token
:
String
,
val
fundingSource
:
String
,
val
integrationArtifact
:
String
,
val
userExperienceFlow
:
String
,
val
productFlow
:
String
,
val
buttonSessionId
:
String
?
=
null
)
Members
Constructors
Update
Client
Config
Variables
Link copied to clipboard
constructor
(
token
:
String
,
fundingSource
:
String
,
integrationArtifact
:
String
,
userExperienceFlow
:
String
,
productFlow
:
String
,
buttonSessionId
:
String
?
=
null
)
Properties
button
Session
Id
Link copied to clipboard
val
buttonSessionId
:
String
?
funding
Source
Link copied to clipboard
val
fundingSource
:
String
integration
Artifact
Link copied to clipboard
val
integrationArtifact
:
String
product
Flow
Link copied to clipboard
val
productFlow
:
String
token
Link copied to clipboard
val
token
:
String
user
Experience
Flow
Link copied to clipboard
val
userExperienceFlow
:
String