Xsolla SDK for Android
Xsolla Payments SDK for Android
/
com.xsolla.android.payments
/
XPayments
/
Result
Result
data
class
Result
(
val
status
:
XPayments.Status
,
val
invoiceId
:
String
?
)
:
Parcelable
Content copied to clipboard
Pay Station result
Types
Constructors
Functions
Properties
Sources
Constructors
Result
Link copied to clipboard
fun
Result
(
status
:
XPayments.Status
,
invoiceId
:
String
?
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
invoice
Id
Link copied to clipboard
val
invoiceId
:
String
?
Content copied to clipboard
status
Link copied to clipboard
val
status
:
XPayments.Status
Content copied to clipboard
Sources
Payments SDK source
Link copied to clipboard