Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.gamekeys
/
DrmItem
Drm
Item
data
class
DrmItem
(
val
sku
:
String
=
""
,
val
name
:
String
?
=
null
,
val
image
:
String
?
=
null
,
val
link
:
String
?
=
null
,
val
redeemInstructionLink
:
String
?
=
null
,
val
drmId
:
Int
=
0
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Drm
Item
Link copied to clipboard
fun
DrmItem
(
sku
:
String
=
""
,
name
:
String
?
=
null
,
image
:
String
?
=
null
,
link
:
String
?
=
null
,
redeemInstructionLink
:
String
?
=
null
,
drmId
:
Int
=
0
)
Content copied to clipboard
Properties
drm
Id
Link copied to clipboard
@
SerializedName
(
value
=
"drm_id"
)
val
drmId
:
Int
=
0
Content copied to clipboard
image
Link copied to clipboard
val
image
:
String
?
=
null
Content copied to clipboard
link
Link copied to clipboard
val
link
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
redeem
Instruction
Link
Link copied to clipboard
@
SerializedName
(
value
=
"redeem_instruction_link"
)
val
redeemInstructionLink
:
String
?
=
null
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard