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.model
/
APIResult
/
Success
Success
data
class
Success
<
T
>
(
val
data
:
T
)
:
APIResult
<
T
>
The request was successful.
Members
Constructors
Success
Link copied to clipboard
constructor
(
data
:
T
)
Properties
data
Link copied to clipboard
val
data
:
T
the data from the response