Interface BulkShipmentStatusRefreshCommand
Interface for a command send to refresh the status of a list (bulk) of shipments.
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface BulkShipmentStatusRefreshCommand
Properties
| Improve this Doc View SourceRefreshCommands
Gets or sets a list of refresh commands the status of the contaided shipments should be refreshed.
Declaration
IList<ShipmentStatusRefreshCommand> RefreshCommands { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentStatusRefreshCommand> |