Interface ShipmentBase
Interface for a base shipment
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface ShipmentBase
Properties
| Improve this Doc View SourceId
Gets or sets the unique id
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StatusId
Gets or sets the status id
Declaration
Guid StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |