EmployeePriceOverrideType 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 type of employee price override.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration EmployeePriceOverrideType
'Usage
Dim instance As EmployeePriceOverrideType
[DataContractAttribute]
public enum EmployeePriceOverrideType
[DataContractAttribute]
public enum class EmployeePriceOverrideType
Members
Member name | Description | |
---|---|---|
HigherAndLower | The employee can override prices, and set a higher or lower price. | |
HigherOnly | The employee can override prices but can set only a higher price. | |
LowerOnly | The employee can override prices but can set only a lower price. | |
NotAllowed | The employee cannot override prices. |