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

Defines how the pricing calculation should act on the set of lines passed into it.

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

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration PricingCalculationMode
'Usage
Dim instance As PricingCalculationMode
[DataContractAttribute]
public enum PricingCalculationMode
[DataContractAttribute]
public enum class PricingCalculationMode

Members

Member name Description
Transaction The set of lines should be interpreted as part of the same transaction.
Independent The set of lines should be interpreted separately. (E.g. for browsing or publishing).

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace