Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.items
/
BundleContent
Bundle
Content
data
class
BundleContent
(
val
sku
:
String
,
val
name
:
String
,
val
type
:
String
,
val
description
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
virtualItemType
:
String
?
=
null
,
val
quantity
:
Int
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Bundle
Content
Link copied to clipboard
fun
BundleContent
(
sku
:
String
,
name
:
String
,
type
:
String
,
description
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
virtualItemType
:
String
?
=
null
,
quantity
:
Int
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Content copied to clipboard
image
Url
Link copied to clipboard
@
SerializedName
(
value
=
"image_url"
)
val
imageUrl
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
quantity
Link copied to clipboard
val
quantity
:
Int
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
virtual
Item
Type
Link copied to clipboard
@
SerializedName
(
value
=
"virtual_item_type"
)
val
virtualItemType
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard