Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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