Click or drag to resize

IDeliveryOrder.DeliveryId Property

Identifier of the delivery, don't confuse it with identifier of the delivery order. This property exists for historical reason, avoid using it when possible.

Namespace:  Resto.Front.Api.V5.Data.Orders
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
Guid DeliveryId { get; }

Property Value

Type: Guid
See Also