IOrder.StornedOrderId Property |
Source order's identifier this order copied from during storno operation. null if the order has never storned.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
SyntaxGuid? StornedOrderId { get; }
Property Value
Type:
Nullable<Guid>
See Also