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

Enables to grant a discount with regard to an item, a superordinate item group or to all items.

Refers to table PriceDiscTable.ItemCode.

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

Syntax

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

Members

Member name Description
Item A discount for an item.
ItemGroup A discount for an item group.
AllItems A discount for all items.

Remarks

Maps to the TableGroupAll enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace