Interface ShipmentStatusRefreshCommand
Interface for a command to request the refresh of a shipment status.
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface ShipmentStatusRefreshCommand
Properties
| Improve this Doc View SourceCallerFilePath
Gets or sets the file path of the caller method.
Declaration
string CallerFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallerLine
Gets or sets the line of the caller method.
Declaration
int CallerLine { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CallerMethod
Gets or sets the method that called the refresh.
Declaration
string CallerMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shipment
Gets or sets the shipment.
Declaration
StatusShipment Shipment { get; set; }
Property Value
Type | Description |
---|---|
StatusShipment |