Skip to main content

ProductionOrderDetailsTargetObject

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Models

Represents the target object of the production order details in the pipeline

public class ProductionOrderDetailsTargetObject

Inheritance ObjectProductionOrderDetailsTargetObject

Properties

Defines the header of the production order

public OrderHeader Header { get; set; }

Property Value

OrderHeader

Operation

Defines the operation of the production order

public OrderOperation Operation { get; set; }

Property Value

OrderOperation

Constructors

ProductionOrderDetailsTargetObject()

public ProductionOrderDetailsTargetObject()