Class PricingShipmentItemConverter
Converter for shipment items and shipment item input objects
Inheritance
System.Object
PricingShipmentItemConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public static class PricingShipmentItemConverter
Methods
| Improve this Doc View SourceConvertToInputObject(ShipmentItem)
Converts an shipment item into an shipment intem input object
Declaration
public static ShipmentItemInputObject ConvertToInputObject(ShipmentItem shipmentItem)
Parameters
Type | Name | Description |
---|---|---|
ShipmentItem | shipmentItem | The shipment item |
Returns
Type | Description |
---|---|
ShipmentItemInputObject | An shipment item input object |