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: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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