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
/
OrderCreated
Order
Created
data
class
OrderCreated
(
val
orderId
:
String
,
val
customerId
:
String
,
val
items
:
List
<
OrderItem
>
,
val
address
:
ShippingAddress
,
val
fromCart
:
Boolean
)
Members
Constructors
Order
Created
Link copied to clipboard
constructor
(
orderId
:
String
,
customerId
:
String
,
items
:
List
<
OrderItem
>
,
address
:
ShippingAddress
,
fromCart
:
Boolean
)
Properties
address
Link copied to clipboard
val
address
:
ShippingAddress
customer
Id
Link copied to clipboard
val
customerId
:
String
from
Cart
Link copied to clipboard
val
fromCart
:
Boolean
items
Link copied to clipboard
val
items
:
List
<
OrderItem
>
order
Id
Link copied to clipboard
val
orderId
:
String