Interface ShipmentRemovedFromTour
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface ShipmentRemovedFromTour
Properties
| Improve this Doc View SourceOrderNr
Gets or sets the load order number
Declaration
int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShipmentGuid
Gets or sets the shipment guid
Declaration
Guid ShipmentGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TourGuid
Gets or sets the tour guid
Declaration
Guid TourGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |