ConcurrencyMode 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.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.ConcurrencyMode interface specifies how discount should interact with other discounts on a line.

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

Syntax

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

Members

Member name Description
Exclusive Overrides all other discounts If this discount applies.
BestPrice Applies the best price between all discounts, If this discount applies.
Compounded Compounds all discounts and marks them as compounded, If this discount applies.

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace