Share via


CustomerOrderMode Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Represents the different operations that can be done over a customer order.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Enumeration CustomerOrderMode
'Usage
Dim instance As CustomerOrderMode
public enum CustomerOrderMode
public enum class CustomerOrderMode

Members

Member name Description
None Customer order mode not set.
CustomerOrderCreateOrEdit A customer order creation or edition.
OrderRecalled A customer order that bas been recalled but not yet operated on.
Pickup A pick up at store operation.
Return A customer order return.
Cancellation The cancellation of a customer order.
QuoteCreateOrEdit The creation or edition of a quote.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace