Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.payment
Package
com.
xsolla.
android.
store.
entity.
response.
payment
Types
Types
Create
Free
Order
Response
Link copied to clipboard
data
class
CreateFreeOrderResponse
(
val
orderId
:
Int
)
Content copied to clipboard
Create
Order
By
Virtual
Currency
Response
Link copied to clipboard
data
class
CreateOrderByVirtualCurrencyResponse
(
val
orderId
:
Int
)
Content copied to clipboard
Create
Order
Response
Link copied to clipboard
data
class
CreateOrderResponse
(
val
orderId
:
Int
,
val
token
:
String
)
Content copied to clipboard
Create
Payment
Token
Response
Link copied to clipboard
data
class
CreatePaymentTokenResponse
(
val
token
:
String
?
=
null
)
Content copied to clipboard