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.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