Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.items
/
UnitItem
Unit
Item
data
class
UnitItem
(
val
sku
:
String
,
val
name
:
String
,
val
type
:
String
,
val
drmName
:
String
,
val
drmSku
:
String
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Unit
Item
Link copied to clipboard
fun
UnitItem
(
sku
:
String
,
name
:
String
,
type
:
String
,
drmName
:
String
,
drmSku
:
String
)
Content copied to clipboard
Properties
drm
Name
Link copied to clipboard
@
SerializedName
(
value
=
"drm_name"
)
val
drmName
:
String
Content copied to clipboard
drm
Sku
Link copied to clipboard
@
SerializedName
(
value
=
"drm_sku"
)
val
drmSku
:
String
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
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard