Preparing search index...
The search index is not available
orders-service
orders-service
domain/order
OrderItem
Interface OrderItem
this interface represents the item inside an order, so the item itself in the ordered quantity
interface
OrderItem
{
item
:
Item
;
quantity
:
number
;
}
Index
Properties
item
quantity
Properties
item
item
:
Item
quantity
quantity
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
item
quantity
orders-service
Loading...
this interface represents the item inside an order, so the item itself in the ordered quantity