toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-api
/
me.ahoo.wow.example.api.cart
/
CartItem
Cart
Item
data
class
CartItem
(
val
productId
:
String
,
val
quantity
:
Int
=
1
)
Members
Constructors
Cart
Item
Link copied to clipboard
constructor
(
productId
:
String
,
quantity
:
Int
=
1
)
Properties
product
Id
Link copied to clipboard
val
productId
:
String
quantity
Link copied to clipboard
val
quantity
:
Int
=
1