Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.payment
/
CreateOrderResponse
Create
Order
Response
data
class
CreateOrderResponse
(
val
orderId
:
Int
,
val
token
:
String
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Create
Order
Response
Link copied to clipboard
fun
CreateOrderResponse
(
orderId
:
Int
,
token
:
String
)
Content copied to clipboard
Properties
order
Id
Link copied to clipboard
@
SerializedName
(
value
=
"order_id"
)
val
orderId
:
Int
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard