Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.request.payment
/
PurchaseObjectItem
Purchase
Object
Item
data
class
PurchaseObjectItem
(
val
name
:
String
,
val
imageUrl
:
String
,
val
description
:
String
,
val
price
:
Price
,
val
quantity
:
Int
,
val
isBonus
:
Boolean
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Purchase
Object
Item
Link copied to clipboard
fun
PurchaseObjectItem
(
name
:
String
,
imageUrl
:
String
,
description
:
String
,
price
:
Price
,
quantity
:
Int
,
isBonus
:
Boolean
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
image
Url
Link copied to clipboard
@
SerializedName
(
value
=
"image_url"
)
val
imageUrl
:
String
Content copied to clipboard
is
Bonus
Link copied to clipboard
@
SerializedName
(
value
=
"is_bonus"
)
val
isBonus
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
price
Link copied to clipboard
val
price
:
Price
Content copied to clipboard
quantity
Link copied to clipboard
val
quantity
:
Int
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard