Home > @vsf-enterprise/sap-commerce-webservices-sdk > PickupOrderEntryGroup
PickupOrderEntryGroup interface
Representation of a Pickup Order Entry Group PickupOrderEntryGroup
Signature:
export interface PickupOrderEntryGroup
Properties
Property | Type | Description |
---|---|---|
deliveryPointOfService? | PointOfService | (Optional) |
distance? | number | (Optional) Distance calculated to pickup place |
entries? | Array<OrderEntry> | (Optional) List of order entries |
quantity? | number | (Optional) Quantity of order entries in a group |
totalPriceWithTax? | Price | (Optional) |