LineDiscountCalculationType 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 how trade agreement discount conflicts will be resolved when totalling.

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

Syntax

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

Members

Member name Description
Line Discount always equal to the line discount.
Multiline Discount always equal to the multiline discount.
MaxLineMultiline Discount is always the max discount of line and multiline discount.
MinLineMultiline Discount is always the min discount of line and multiline discount.
LinePlusMultiline Discount is the sum of the line and multiline discount.
LineMultiplyMultiline The same as LinePlusMultiline.

Remarks

Maps to the Account Receivable Parameters (under Price Section) in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace