Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.order
/
OrderResponse
/
Item
Item
data
class
Item
(
val
sku
:
String
?
=
null
,
val
quantity
:
Long
,
val
isFree
:
Boolean
,
val
price
:
OrderResponse.Price
?
=
null
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Item
Link copied to clipboard
fun
Item
(
sku
:
String
?
=
null
,
quantity
:
Long
,
isFree
:
Boolean
,
price
:
OrderResponse.Price
?
=
null
)
Content copied to clipboard
Properties
is
Free
Link copied to clipboard
@
SerializedName
(
value
=
"is_free"
)
val
isFree
:
Boolean
Content copied to clipboard
price
Link copied to clipboard
val
price
:
OrderResponse.Price
?
=
null
Content copied to clipboard
quantity
Link copied to clipboard
val
quantity
:
Long
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard