Interface StatusShipmentItem
Interface for a shipment item send in status request commands
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface StatusShipmentItem
Properties
| Improve this Doc View SourceBillCarrier
Gets or sets whether the carrier Gets or sets billed
Declaration
bool BillCarrier { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BillSupplier
Gets or sets whether the suppert Gets or sets billed
Declaration
bool BillSupplier { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CarrierStatus
Gets or sets the carrier status
Declaration
StatusShipmentItemStatus CarrierStatus { get; set; }
Property Value
Type | Description |
---|---|
StatusShipmentItemStatus |
Id
Gets or sets the shipment item id
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsBillable
Gets or sets whether the item is billable
Declaration
bool IsBillable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Status
Gets or sets the status
Declaration
StatusShipmentItemStatus Status { get; set; }
Property Value
Type | Description |
---|---|
StatusShipmentItemStatus |
SupplierStatus
Gets or sets the supplier status
Declaration
StatusShipmentItemStatus SupplierStatus { get; set; }
Property Value
Type | Description |
---|---|
StatusShipmentItemStatus |