ProductionOrderDetailsTargetObject
Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Models
Represents the target object of the production order details in the pipeline
public class ProductionOrderDetailsTargetObject
Inheritance Object → ProductionOrderDetailsTargetObject
Properties
Header
Defines the header of the production order
public OrderHeader Header { get; set; }
Property Value
Operation
Defines the operation of the production order
public OrderOperation Operation { get; set; }
Property Value
Constructors
ProductionOrderDetailsTargetObject()
public ProductionOrderDetailsTargetObject()