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.

UI state of the order

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

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

Members

Member name Description
Create Create = 0
Convert Convert = 1
Edit Edit = 2
Pickup Pickup = 3
Cancel Cancel = 4
Return Return = 5

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace