Click or drag to resize

OrderStatus Interface

Defines properties for the status of an order.

Namespace: CeliAPS.BomApi.Data.HeaderData.SubCategories
Assembly: BomApi (in BomApi.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
public interface OrderStatus

The OrderStatus type exposes the following members.

Properties
 NameDescription
Public propertyFinish Gets the finish date and time of the order status, or null if not set.
Public propertyIsRejected Gets a value indicating whether the order was rejected.
Public propertyRejectReason Gets the reason why the order was rejected, or null if not rejected.
Public propertyStart Gets the start date and time of the order status, or null if not set.
Top
See Also