Interface StatusShipmentItemStatus
Interface for a shipmetnt item status send in shipment status refresh commands
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface StatusShipmentItemStatus
Properties
| Improve this Doc View SourceId
Gets or sets the shipment item status id
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsBillable
Gets or sets whether the status is billable or not
Declaration
bool IsBillable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |