toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-api
/
me.ahoo.wow.example.api.order
/
CreateOrder
/
Item
Item
data
class
Item
(
val
productId
:
String
,
val
price
:
BigDecimal
,
val
quantity
:
Int
)
:
CreateOrderItem
Members
Constructors
Item
Link copied to clipboard
constructor
(
productId
:
String
,
price
:
BigDecimal
,
quantity
:
Int
)
Properties
price
Link copied to clipboard
open
override
val
price
:
BigDecimal
product
Id
Link copied to clipboard
open
override
val
productId
:
String
quantity
Link copied to clipboard
open
override
val
quantity
:
Int