PriceDiscountType 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 a trade agreement.

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

Syntax

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

Members

Member name Description
None No price discount type specified.
PriceSales Sales price trade agreement.
LineDiscountSales Predefined line discount for an item.
MultilineDiscountSales Predefined discount for the multiple of a certain item.
EndDiscountSales Total discount value granted at the end of a transaction (globally) retroactive to each item.

Remarks

Maps to the PriceType enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace