Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.items
/
VirtualItemsShortResponse
/
Item
Item
data
class
Item
(
val
sku
:
String
,
val
name
:
String
?
,
val
groups
:
List
<
Group
>
=
emptyList()
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Item
Link copied to clipboard
fun
Item
(
sku
:
String
,
name
:
String
?
,
groups
:
List
<
Group
>
=
emptyList()
)
Content copied to clipboard
Properties
groups
Link copied to clipboard
val
groups
:
List
<
Group
>
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard