DiscountOfferMethod 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.
Specific method by which the discount is applied.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration DiscountOfferMethod
'Usage
Dim instance As DiscountOfferMethod
public enum DiscountOfferMethod
public enum class DiscountOfferMethod
Members
Member name | Description | |
---|---|---|
DiscountPercent | The discount is a percent-off. | |
DiscountAmount | The discount is an amount-off. | |
OfferPrice | A fixed discount price. | |
OfferPriceIncludingTax | A fixed discount price including tax. |
Remarks
Maps to the RetailDiscountOfferLineDiscMethodBase enum in AX.