Xsolla SDK for Android
Xsolla Inventory SDK for Android
/
com.xsolla.android.inventory.entity.response
/
VirtualBalanceResponse
/
Item
Item
data
class
Item
(
val
sku
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
amount
:
Long
,
val
description
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Item
Link copied to clipboard
fun
Item
(
sku
:
String
?
=
null
,
type
:
String
?
=
null
,
name
:
String
?
=
null
,
amount
:
Long
,
description
:
String
?
=
null
,
imageUrl
:
String
?
=
null
)
Content copied to clipboard
Properties
amount
Link copied to clipboard
val
amount
:
Long
Content copied to clipboard
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
?
=
null
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
=
null
Content copied to clipboard
Sources
Inventory SDK source
Link copied to clipboard