PriceDiscountAccountCode 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 a customer, a superordinate customer group or to all customers.

Refers to table PriceDiscTable.AccountCode.

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

Syntax

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

Members

Member name Description
Customer An account code associated to a customer.
CustomerGroup An account code associated to a customer group.
AllCustomers An account code associated to all customers.

Remarks

Maps to the TableGroupAll enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace