shopping-cart
/
io.kraftsman.dtos
/
Product
Product
data class
Product
(id:
Int
, name:
String
, price:
Int
, weight:
Double
)
Content copied to clipboard
Properties
Properties
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
price
Link copied to clipboard
val
price
:
Int
Content copied to clipboard
weight
Link copied to clipboard
val
weight
:
Double
Content copied to clipboard