Home > @vsf-enterprise/sap-commerce-webservices-sdk > DeliveryOrderEntryGroup
DeliveryOrderEntryGroup interface
Representation of a Delivery Order Entry Group DeliveryOrderEntryGroup
Signature:
export interface DeliveryOrderEntryGroup
Properties
| Property | Type | Description |
|---|---|---|
| deliveryAddress? | Address | (Optional) |
| entries? | Array<OrderEntry> | (Optional) List of order entries |
| quantity? | number | (Optional) Quantity of order entries in a group |
| totalPriceWithTax? | Price | (Optional) |