toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.shoppingcart.data.item
/
BackendCartItem
/
BackendCartItem
Backend
Cart
Item
constructor
(
id
:
String
?
=
null
,
sku
:
String
?
=
null
,
scannedCode
:
String
?
=
null
,
amount
:
Int
=
0
,
weightUnit
:
String
?
=
null
,
price
:
Int
?
=
null
,
weight
:
Int
?
=
null
,
units
:
Int
?
=
null
,
refersTo
:
String
?
=
null
,
couponID
:
String
?
=
null
)